add driver for Noritake VFD provided by Simon Funke

This commit is contained in:
marschap
2005-10-16 14:35:38 +00:00
parent 7e2299f923
commit 14faa4f112
5 changed files with 834 additions and 4 deletions
+13
View File
@@ -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]