graphlcd-base/docs/DRIVER.image
author root@rika
Wed, 06 Feb 2008 17:32:55 +0000
changeset 4 df6a40031aa5
permissions -rw-r--r--
added graphlcd-base
     1 ---------------------------------------------------------------------
     2 GraphLCD driver library
     3 
     4 The Image driver
     5 ---------------------------------------------------------------------
     6 
     7 Description
     8 -----------
     9 The Image driver writes image sequences in PBM (Portable Bit Map)
    10 format showing the output that you would normally see on a LCD e.g.
    11 from the graphlcd plugin.
    12 
    13 
    14 Configuration Parameters
    15 ------------------------
    16 The Image 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