diff options
-rw-r--r-- | TODO | 7 | ||||
-rw-r--r-- | lcd4linux.conf.sample | 31 |
2 files changed, 25 insertions, 13 deletions
@@ -35,3 +35,10 @@ is online // - display numer of emails in a mailbox // - display seti@home values done. + +2001-03-05 Leo Tötsch <lt@toetsch.at> +rename some tokens: %o->%os, %v->%ov, %r->%or, %p->%op, +will be done with the big config-rework + +2001-03-05 Leo Tötsch <lt@toetsch.at> +replace T_EXTENDED with a Flag similar to 'bar' diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 0032ff3..50de336 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -3,10 +3,10 @@ #Speed 19200 #Contrast 160 -Display HD44780 -Port 0x378 -Size 24x2 -Delay 503 +#Display HD44780 +#Port 0x378 +#Size 24x2 +#Delay 503 #Display BLC100x #Port /dev/ttyS2 @@ -31,6 +31,16 @@ Delay 503 #halfground \#70c000 #background \#80d000 +Display PNG +size 20x4 +font 5x8 +pixel 2+0 +gap -1x-1 +border 5 +foreground \#102000 +halfground \#70c000 +background \#80d000 + #Display X11 #size 20x5 #font 5x8 @@ -44,18 +54,13 @@ Delay 503 #Display SIN #Port /dev/tty9 -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" -#Row4 "Load%l1%L$r10l1" +Row1 "*** %o %v ***" +Row2 "%p CPU %r MB RAM" +Row3 "Busy %cb%% $r10cs+cb" +Row4 "Load%l1%L$r10l1" #Row1 "Load%l1%L$r10cs+cb" #Row2 "Disk%dm $R10dr+dw" |