diff options
author | reinelt <> | 2001-03-01 22:33:50 +0000 |
---|---|---|
committer | reinelt <> | 2001-03-01 22:33:50 +0000 |
commit | 2adc4c99b0b8c52047ab08c41c782802e0ae24e7 (patch) | |
tree | d9948dd1c6ea242aa86a36b4eca9cbd4919f283d /lcd4linux.conf.sample | |
parent | 5eaeb9d424feab2829ba1d5b80c917f7d959d71a (diff) | |
download | lcd4linux-2adc4c99b0b8c52047ab08c41c782802e0ae24e7.tar.gz |
[lcd4linux @ 2001-03-01 22:33:50 by reinelt]
renamed Raster_flush() to PPM_flush()
Diffstat (limited to 'lcd4linux.conf.sample')
-rw-r--r-- | lcd4linux.conf.sample | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index f4166b4..07c1b11 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -1,12 +1,12 @@ -Display LCD2041 -Port /dev/ttyS2 -Speed 19200 -Contrast 160 +#Display LCD2041 +#Port /dev/ttyS2 +#Speed 19200 +#Contrast 160 -#Display HD44780 -#Port 0x378 -#Size 16x2 -#Delay 398 +Display HD44780 +Port 0x378 +Size 24x2 +Delay 503 #Display BLC100x #Port /dev/ttyS2 @@ -44,11 +44,14 @@ Contrast 160 #Display SIN #Port /dev/tty9 -Row1 "Disk%dm $R10dr+dw" -Row2 "Net %nm $R10nr+nw" +Row1 "Disk%dm $R14dr+dw" +Row2 "Net %nm $R14nr+nw" Row3 "%s1 %s2 %s3" Row4 "%hc %ht %e1" +#Row1 "abcdefghijklmnopqrstuvwxyz" +#Row2 "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + #Row1 "*** %o %v ***" #Row2 "%p CPU %r MB RAM" #Row3 "Busy %cb%% $r10cs+cb" |