diff options
author | Reelfan <37248793+Reelfan@users.noreply.github.com> | 2018-03-18 10:48:47 +0100 |
---|---|---|
committer | Manuel Reimer <manuel.reimer@gmx.de> | 2018-03-18 10:50:59 +0100 |
commit | 6bb3061934726f626d9179137e10f6ec0a1534d0 (patch) | |
tree | bab3ecaf30e1b566dbf95f3ad365665fc2b4631b /docs/DRIVER.st7565r-reel | |
parent | 57a396cc74df2538ec40fed26b36d01af8a9b132 (diff) | |
download | graphlcd-base-6bb3061934726f626d9179137e10f6ec0a1534d0.tar.gz graphlcd-base-6bb3061934726f626d9179137e10f6ec0a1534d0.tar.bz2 |
Add st7565r-reel driver
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 |