diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-13 13:54:10 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-13 13:54:10 +0100 |
commit | 764308667dfc3d35802ce851cfaaafad59a4cc00 (patch) | |
tree | 2ee4d368b468abb7df0f19d6953d276d771bc1bb /PLUGINS/src/osddemo/README | |
parent | b6b9a148c6f41736071104f66cbf523963f617cd (diff) | |
download | vdr-764308667dfc3d35802ce851cfaaafad59a4cc00.tar.gz vdr-764308667dfc3d35802ce851cfaaafad59a4cc00.tar.bz2 |
Added demos of the DrawEllipse() and DrawSlope() function to the 'osddemo' plugin
Diffstat (limited to 'PLUGINS/src/osddemo/README')
-rw-r--r-- | PLUGINS/src/osddemo/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/PLUGINS/src/osddemo/README b/PLUGINS/src/osddemo/README index 90ae2952..bd9aa8bf 100644 --- a/PLUGINS/src/osddemo/README +++ b/PLUGINS/src/osddemo/README @@ -26,4 +26,9 @@ pixmap is displayed, it can be moved around with the Up, Down, Left and Right buttons. The Red button turns off the "Tiled Pixmaps" display, and the Green button toggles the color display. +In both variants of the demo, pressing the '1' key displays all +possible ellipses that can be drawn with the DrawEllipse() function, +while pressing the '2' key shows all possible slopes the DrawSlope() +function can draw. + Press Ok to close the window. |