add serialVFD driver provided by Stefan Herdler

This commit is contained in:
marschap
2006-02-03 19:17:01 +00:00
parent af1125fd98
commit 4d60c5b73c
8 changed files with 2461 additions and 17 deletions
+45 -12
View File
@@ -41,6 +41,7 @@ Driver=CFontzPacket
#Driver=glcdlib
#Driver=imon
#Driver=NoritakeVFD
#Driver=serialVFD
# Tells the driver to bind to the given interface
Bind=127.0.0.1
@@ -350,18 +351,6 @@ 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]
@@ -539,6 +528,20 @@ keypad_test_mode=no
## 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
## Pyramid pylcd driver ##
[pylcd]
@@ -566,6 +569,36 @@ Port=0x378
## Serial VFD driver ##
## Drives various (see below) serial 5x7dot VFD's. ##
[serialVFD]
# Port where the VFD is. Usual values are /dev/ttyS0 and /dev/ttyS1
Device=/dev/ttyS1
# Specifies the size of the VFD.
Size=20x2
# Specifies the displaytype.[default: 0]
# 0 NEC (FIPC8367 based) VFDs.
# 1 KD Rev 2.1.
# 2 Noritake VFDs (*).
# 3 Futaba VFDs (*).
# (* most should work, not testet yet.)
Displaytype=1
# Display brightness [default: 255].
# 0 min ... 255 max ... 1000 also max
# (4 steps 0-64, 65-128, 129-192, 193-1000)
Brightness=255
# set the serial port speed [default: 9600]
Speed=9600
# enable ISO 8859 1 compatibility [default: 1]
#ISO_8859_1=1
## stv5730 driver ##
[stv5730]