sed1520 driver: Add an option for inverted segment mapping (idea by R. Buchert)

This commit is contained in:
mmdolze
2012-12-27 11:19:41 +00:00
parent 0fdbf82334
commit 7b316f4d96
3 changed files with 48 additions and 16 deletions
+10 -1
View File
@@ -1054,8 +1054,17 @@ DelayMult=0
# The original wiring used an inverter to drive the control lines. If you do
# not use an inverter set haveInverter to no. [default: yes; legal: yes, no]
haveInverter=no
HaveInverter=no
# On some displays column data in memory is mapped to segment lines from right
# to left. This is called inverted mapping (not to be confused with
# 'haveInverter' from above). [default: no; legal: yes, no]
#InvertedMapping=yes
# At least one display is reported (Everbouquet MG1203D) that requires sending
# three times 0xFF before a reset during initialization.
# [default: no; legal: yes, no]
#UseHardReset=yes
## serial POS display driver ##