add driver for Noritake VFD provided by Simon Funke
This commit is contained in:
@@ -40,6 +40,7 @@ Driver=curses
|
||||
#Driver=CwLnx
|
||||
#Driver=glcdlib
|
||||
#Driver=imon
|
||||
#Driver=NoritakeVFD
|
||||
|
||||
# Tells the driver to bind to the given interface
|
||||
Bind=127.0.0.1
|
||||
@@ -320,6 +321,18 @@ KeyMatrix_4_3=Down
|
||||
KeyMatrix_4_4=Escape
|
||||
|
||||
|
||||
## Noritake VFD driver ##
|
||||
[NoritakeVFD]
|
||||
# Port where the VFD is. Usual values are /dev/ttyS0 and /dev/ttyS1
|
||||
Device=/dev/ttyS0
|
||||
|
||||
# Specifies the size of the LCD.
|
||||
Size=20x4
|
||||
|
||||
Contrast=255
|
||||
# set the serial port speed [default: 9600]
|
||||
Speed=9600
|
||||
|
||||
|
||||
## ICP A106 driver ##
|
||||
[icp_a106]
|
||||
|
||||
Reference in New Issue
Block a user