From 6bb3061934726f626d9179137e10f6ec0a1534d0 Mon Sep 17 00:00:00 2001 From: Reelfan <37248793+Reelfan@users.noreply.github.com> Date: Sun, 18 Mar 2018 10:48:47 +0100 Subject: Add st7565r-reel driver --- docs/DRIVER.st7565r-reel | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 docs/DRIVER.st7565r-reel (limited to 'docs/DRIVER.st7565r-reel') 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 -- cgit v1.2.3