graphlcd-base/docs/DRIVER.simlcd
changeset 4 df6a40031aa5
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/graphlcd-base/docs/DRIVER.simlcd	Wed Feb 06 17:32:55 2008 +0000
     1.3 @@ -0,0 +1,36 @@
     1.4 +---------------------------------------------------------------------
     1.5 +GraphLCD driver library
     1.6 +
     1.7 +The SimLCD driver
     1.8 +---------------------------------------------------------------------
     1.9 +
    1.10 +Description
    1.11 +-----------
    1.12 +The Image driver writes a file including the output that you would
    1.13 +normally see on a LCD e.g. from the graphlcd plugin. You can use the
    1.14 +SimLCD tool to view this file.
    1.15 +
    1.16 +
    1.17 +Configuration Parameters
    1.18 +------------------------
    1.19 +The SimLCD driver supports the following parameters in config file:
    1.20 +
    1.21 +Width
    1.22 + Sets the horizontal size of the display. If this parameter is not
    1.23 + given, a default value of 240 pixels is used.
    1.24 +
    1.25 +Height
    1.26 + Sets the vertical size of the display. If this parameter is not
    1.27 + given, a default value of 128 pixels is used.
    1.28 +
    1.29 +UpsideDown
    1.30 + Rotates the display output by 180 degrees. This might be useful, if
    1.31 + the LCD is mounted upside-down.
    1.32 + Possible values: 'yes', 'no'
    1.33 + Default value: 'no'
    1.34 +
    1.35 +Invert
    1.36 + Inverts the display.
    1.37 + Possible values: 'yes', 'no'
    1.38 + Default value: 'no'
    1.39 +