summaryrefslogtreecommitdiff
path: root/docs/DRIVER.image
diff options
context:
space:
mode:
authorandreas 'randy' weinberger <vdr@smue.org>2010-02-21 19:58:27 +0100
committerandreas 'randy' weinberger <vdr@smue.org>2010-02-21 19:58:27 +0100
commit10ab31fa86dbf9875b5f6baa6ac59fefaaf86be3 (patch)
tree60ad7c856565f03e145b2996d1bb5f9cd64c0532 /docs/DRIVER.image
downloadgraphlcd-base-10ab31fa86dbf9875b5f6baa6ac59fefaaf86be3.tar.gz
graphlcd-base-10ab31fa86dbf9875b5f6baa6ac59fefaaf86be3.tar.bz2
initial git upload, based on graphlcd-base-0.1.5
Diffstat (limited to 'docs/DRIVER.image')
-rw-r--r--docs/DRIVER.image36
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/DRIVER.image b/docs/DRIVER.image
new file mode 100644
index 0000000..8da1ffd
--- /dev/null
+++ b/docs/DRIVER.image
@@ -0,0 +1,36 @@
+---------------------------------------------------------------------
+GraphLCD driver library
+
+The Image driver
+---------------------------------------------------------------------
+
+Description
+-----------
+The Image driver writes image sequences in PBM (Portable Bit Map)
+format showing the output that you would normally see on a LCD e.g.
+from the graphlcd plugin.
+
+
+Configuration Parameters
+------------------------
+The Image driver supports the following parameters in config file:
+
+Width
+ Sets the horizontal size of the display. If this parameter is not
+ given, a default value of 240 pixels is used.
+
+Height
+ Sets the vertical size of the display. If this parameter is not
+ given, a default value of 128 pixels is used.
+
+UpsideDown
+ Rotates the display output by 180 degrees. This might be useful, if
+ the LCD is mounted upside-down.
+ Possible values: 'yes', 'no'
+ Default value: 'no'
+
+Invert
+ Inverts the display.
+ Possible values: 'yes', 'no'
+ Default value: 'no'
+