From d29b8c45e95d99709234fb6632574d38fa472321 Mon Sep 17 00:00:00 2001 From: reinelt Date: Tue, 20 Jan 2004 15:32:49 +0000 Subject: [lcd4linux @ 2004-01-20 15:32:48 by reinelt] first version of Next Generation HD44780 (untested! but it compiles...) some cleanup in the other drivers git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@327 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- lcd4linux.conf.sample | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) (limited to 'lcd4linux.conf.sample') diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 029e94c..37beb54 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -2,11 +2,27 @@ Display LK204 { Driver 'MatrixOrbital' Model 'LK204-24-USB' Port '/dev/usb/tts/0' -# Port '/dev/tts/0' +# Port '/dev/tts/0' Speed 19200 Contrast 256/2 } + +Display myHD44780 { + Driver 'HD44780' + Port '/dev/parports/0' +# Port '0x378' + Bits '8' + Size '20x4' + Wire { + RW 'GND' + RS 'AUTOFD' + ENABLE 'STROBE' + GPO 'INIT' + } +} + + Widget OS { class 'Text' expression '*** '.uname('sysname').' '.uname('release').' ***' @@ -95,14 +111,9 @@ Layout Default { } -Display 'LK204' +Display 'myHD44780' Layout 'Default' -#Row1 "*** %o %v ***" -#Row2 "%p CPU %r MB RAM" -#Row3 "Busy %cb%% $r10cs+cb" -#Row4 "Load%l1%L$r10l1" - Variables { tick 500 tack 100 -- cgit v1.2.3