summaryrefslogtreecommitdiff
path: root/PLUGINS/src/osddemo/README
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-02-13 13:54:10 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-02-13 13:54:10 +0100
commit764308667dfc3d35802ce851cfaaafad59a4cc00 (patch)
tree2ee4d368b468abb7df0f19d6953d276d771bc1bb /PLUGINS/src/osddemo/README
parentb6b9a148c6f41736071104f66cbf523963f617cd (diff)
downloadvdr-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/README5
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.