add MD8800 driver for LCDs in Medion MD8800 PCs

This commit is contained in:
marschap
2006-05-20 14:50:26 +00:00
parent 501536cdda
commit 6b9bfd085d
6 changed files with 1018 additions and 6 deletions
+19 -1
View File
@@ -32,7 +32,7 @@
# The name of the driver is exactly the same as the name of the driver
# module that is to be loaded, including the case of the letters !
# (That is: unless a file= option is given in the driver section)
Driver=CFontzPacket
#Driver=CFontzPacket
#Driver=hd44780
#Driver=IOWarrior
#Driver=MtxOrb
@@ -40,6 +40,7 @@ Driver=CFontzPacket
#Driver=CwLnx
#Driver=glcdlib
#Driver=imon
Driver=MD8800
#Driver=NoritakeVFD
#Driver=serialVFD
@@ -525,6 +526,23 @@ Size=16x2
##The driver for the VFD of the Medion MD8800 PC ##
[MD8800]
# device to use [default: /dev/ttyS1]
#Device=/dev/ttyS1
# display size [default: 16x2]
#Size=16x2
# Set the initial brightness [default: 1000; legal: 0 - 1000]
Brightness=1000
# Set the initial off-brightness [default: 0; legal: 0 - 1000]
# This value is used when the display is normally
# switched off in case LCDd is inactive
OffBrightness=50
## MSI MS-6931 driver for displays in 1HU servers ##
[ms6931]