graphlcd-base/docs/DRIVER.simlcd
author root@rika
Wed, 06 Feb 2008 17:32:55 +0000
changeset 4 df6a40031aa5
permissions -rw-r--r--
added graphlcd-base
root@4
     1
---------------------------------------------------------------------
root@4
     2
GraphLCD driver library
root@4
     3
root@4
     4
The SimLCD driver
root@4
     5
---------------------------------------------------------------------
root@4
     6
root@4
     7
Description
root@4
     8
-----------
root@4
     9
The Image driver writes a file including the output that you would
root@4
    10
normally see on a LCD e.g. from the graphlcd plugin. You can use the
root@4
    11
SimLCD tool to view this file.
root@4
    12
root@4
    13
root@4
    14
Configuration Parameters
root@4
    15
------------------------
root@4
    16
The SimLCD driver supports the following parameters in config file:
root@4
    17
root@4
    18
Width
root@4
    19
 Sets the horizontal size of the display. If this parameter is not
root@4
    20
 given, a default value of 240 pixels is used.
root@4
    21
root@4
    22
Height
root@4
    23
 Sets the vertical size of the display. If this parameter is not
root@4
    24
 given, a default value of 128 pixels is used.
root@4
    25
root@4
    26
UpsideDown
root@4
    27
 Rotates the display output by 180 degrees. This might be useful, if
root@4
    28
 the LCD is mounted upside-down.
root@4
    29
 Possible values: 'yes', 'no'
root@4
    30
 Default value: 'no'
root@4
    31
root@4
    32
Invert
root@4
    33
 Inverts the display.
root@4
    34
 Possible values: 'yes', 'no'
root@4
    35
 Default value: 'no'
root@4
    36