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