aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.conf.sample
diff options
context:
space:
mode:
authorreinelt <>2005-08-20 10:10:13 +0000
committerreinelt <>2005-08-20 10:10:13 +0000
commitbe8cd41eb21ec3eaf60759aa7fcd032a5cebe4ff (patch)
tree75f0d23fca2ebae5bafe1862ff878c4d5be30872 /lcd4linux.conf.sample
parentee19786b3480c4b316dda5974a142394f32d532a (diff)
downloadlcd4linux-be8cd41eb21ec3eaf60759aa7fcd032a5cebe4ff.tar.gz
[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
Diffstat (limited to '')
-rw-r--r--lcd4linux.conf.sample20
1 files changed, 17 insertions, 3 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample
index 3acd250..c918590 100644
--- a/lcd4linux.conf.sample
+++ b/lcd4linux.conf.sample
@@ -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'