From 330471beea02704575f0def14428723f3f19e018 Mon Sep 17 00:00:00 2001 From: reinelt Date: Sat, 20 Aug 2005 10:10:13 +0000 Subject: [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 --- lcd4linux.conf.sample | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'lcd4linux.conf.sample') 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' -- cgit v1.2.3