[lcd4linux @ 2005-08-20 10:10:13 by reinelt]

TREFON patch from Stephan Trautvetter:
drv_TF_init: CHAR0 set to 0 instead of 1
drv_TF_write: combine the GOTO and the data into one packet
drv_TF_write: add GOTO-Case for resolutions 8x1/20x4 characters
drv_TF_start: test for existing resolutions from TREFON USB-LCDs implemented
the use of 'asc255bug 1' is recommendable

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@582 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
reinelt
2005-08-20 10:10:13 +00:00
parent 0709d7c61d
commit 330471beea
2 changed files with 62 additions and 21 deletions

View File

@@ -210,6 +210,18 @@ Display SimpleLCD {
Size '20x2'
}
Display BA63 {
Driver 'SimpleLCD'
Model 'vt100'
Port '/dev/tts/0'
Speed 9600
Size '20x2'
# Activate parity and set it to odd
Options 5120
# From the BA63 doc, decimal 219 look like a big full block.
# BarCharValue 219
}
Display M50530-24x8 {
Driver 'M50530'
Port '/dev/parports/0'
@@ -774,7 +786,7 @@ Layout testMySQL {
#Display 'CW12232'
#Display 'HD44780-generic'
#Display 'HD44780-WinAmp'
Display 'WDC2704M'
#Display 'WDC2704M'
#Display 'SC1602D'
#Display 'LCM-162'
#Display 'CF631'
@@ -783,6 +795,8 @@ Display 'WDC2704M'
#Display 'Curses'
#Display 'M50530-24x8'
#Display 'LCDTerm'
#Display 'SimpleLCD'
Display 'BA63'
#Display 'CT20x4'
#Display 'T6963-240x64'
#Display 'XWindow'
@@ -791,10 +805,10 @@ Display 'WDC2704M'
#Display 'Image'
#Display 'Trefon'
Layout 'Default'
#Layout 'Default'
#Layout 'L8x2'
#Layout 'L16x2'
#Layout 'L20x2'
Layout 'L20x2'
#Layout 'Test'