diff options
author | reinelt <> | 2004-05-23 08:58:30 +0000 |
---|---|---|
committer | reinelt <> | 2004-05-23 08:58:30 +0000 |
commit | 3637176fc51ce8af1e56f21b8df0e7f5949ce912 (patch) | |
tree | 52350fe8f57ea4e052efb53463864f217d3ea928 /lcd4linux.c | |
parent | 54a3ddf9b4ab1b2f739700268de2f09014ecd95c (diff) | |
download | lcd4linux-3637176fc51ce8af1e56f21b8df0e7f5949ce912.tar.gz |
[lcd4linux @ 2004-05-23 08:58:30 by reinelt]
icon bug with USBLCD fixed
Diffstat (limited to '')
-rw-r--r-- | lcd4linux.conf.sample | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 9f57059..eb1c4a0 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -42,7 +42,8 @@ Display HD44780-20x4 { # Port '0x378' Bits '8' Size '20x4' - asc255bug 1 + asc255bug 0 + Icons 1 Wire { RW 'GND' RS 'AUTOFD' @@ -69,6 +70,7 @@ Display USBLCD { Port '/dev/usb/lcd' Size '20x4' asc255bug 1 + Icons 1 } @@ -382,7 +384,8 @@ Widget Test { Layout Default { Row1 { - Col1 'OS' + Col1 'Heartbeat' + #Col1 'OS' } Row2 { Col1 'CPU' |