diff options
Diffstat (limited to 'docs/DRIVER.st7565r-reel')
-rw-r--r-- | docs/DRIVER.st7565r-reel | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/DRIVER.st7565r-reel b/docs/DRIVER.st7565r-reel new file mode 100644 index 0000000..ac08014 --- /dev/null +++ b/docs/DRIVER.st7565r-reel @@ -0,0 +1,38 @@ +--------------------------------------------------------------------- +GraphLCD driver library + +The ST7565R-REEL driver +--------------------------------------------------------------------- + +Description +----------- +The ST7565R-REEL driver supports the Reelbox Frontpanel LCD Displays. +Connection is Serial + + +Configuration Parameters +------------------------ +The ST7565R-REEL driver supports the following parameters in config +file: + +Device + In a Reelbox enviroment the serial port was linked to /dev/frontpanel + Connected to "normal pc" use serial port for example /dev/ttyS0 + +Width + Sets the horizontal size of the display. If this parameter is not + given, a default value of 128 pixels is used. + +Height + Sets the vertical size of the display. If this parameter is not + given, a default value of 64 pixels is used. + +Brightness + Sets the brightness of your display's backlight. + Possible values: 0 <= x <= 100) + Default value: 100 + +Contrast + Sets the contrast of your display's. + Possible values: 0 <= x <= 100) + Default value: 100 |