Make the sed1520 driver work in 80-family connection style without requiring

an external inverter.
This commit is contained in:
mmdolze
2011-12-29 17:00:49 +00:00
parent cd22706496
commit 1d47d3abc3
4 changed files with 79 additions and 35 deletions
+6 -1
View File
@@ -1029,13 +1029,18 @@ Port=0x378
# Select the interface type (wiring) for the display. Supported values are
# 68 for 68-style connection (RESET level high) and 80 for 80-style connection
# (RESET level low). [legal: 68, 80; default: 80]
InterfaceType=68
InterfaceType=80
# On fast machines it may be necessary to slow down transfer to the display.
# If this value is set to zero, delay is disabled. Any value greater than
# zero slows down each write by one microsecond. [legal: 0-1000; default: 1]
DelayMult=0
# The original wiring used an inverter to drive the control lines. If you do
# not use an inverter set haveInverter to off. [default: yes; legal: yes, no]
haveInverter=no
## serial POS display driver ##
[serialPOS]