diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2001-03-05 18:20:21 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2001-03-05 18:20:21 +0000 |
commit | e8e1dc888de11ad73dbab1ea08d6b995dae83113 (patch) | |
tree | b819b6f30f49593e16ee35cf45a1c624e34e8b3d | |
parent | a30ff3c4a40988b573dd094f6a5c3af5138b78eb (diff) | |
download | lcd4linux-e8e1dc888de11ad73dbab1ea08d6b995dae83113.tar.gz |
[lcd4linux @ 2001-03-05 18:20:21 by reinelt]
TOTO list update
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@99 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-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" |