From ecaaaf0860a2df36c6d39ee4dd2b121e7e1a6c5a Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Thu, 22 Jan 2004 07:57:45 +0000 Subject: [lcd4linux @ 2004-01-22 07:57:45 by reinelt] several bugs fixed where segfaulting on layout>display Crystalfontz driver optimized, 632 display already works --- lcd4linux.conf.sample | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) (limited to 'lcd4linux.conf.sample') diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 5e08557..d228c3e 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -8,7 +8,14 @@ Display LK204 { } -Display myHD44780 { +Display CF632 { + Driver 'Crystalfontz' + Model '632' + Port '/dev/tts/0' + Speed 19200 +} + +Display HD44780-20x4 { Driver 'HD44780' Port '/dev/parports/0' # Port '0x378' @@ -27,8 +34,9 @@ Display myHD44780 { Widget OS { class 'Text' expression '*** '.uname('sysname').' '.uname('release').' ***' - width 20 - align 'C' + width 16 + align 'M' + speed 100 update tick } @@ -111,9 +119,23 @@ Layout Default { } } +Layout L16x2 { + Row1 { + Col1 'Busy' + Col11 'BusyBar' + } + Row2 { + Col1 'Load' + Col11 'LoadBar' + } +} + +#Display 'LK204' +#Display 'HD44780-20x4' +Display 'CF632' -Display 'myHD44780' -Layout 'Default' +#Layout 'Default' +Layout 'L16x2' Variables { tick 500 -- cgit v1.2.3