diff options
author | reinelt <> | 2000-04-12 08:05:45 +0000 |
---|---|---|
committer | reinelt <> | 2000-04-12 08:05:45 +0000 |
commit | 960aa7ec9ab275c7ebeb4bba96dbbd7b9211c000 (patch) | |
tree | 00296cc199b3242eb56466e7f19022506839b8f1 /lcd4linux.conf.sample | |
parent | 16fc06515887f1bb9ee01feaa7263997bf0f2ef1 (diff) | |
download | lcd4linux-960aa7ec9ab275c7ebeb4bba96dbbd7b9211c000.tar.gz |
[lcd4linux @ 2000-04-12 08:05:45 by reinelt]
first version of the HD44780 driver
Diffstat (limited to 'lcd4linux.conf.sample')
-rw-r--r-- | lcd4linux.conf.sample | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 2f37c77..f3ed752 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -3,6 +3,11 @@ #Speed 19200 #Contrast 160 +Display HD44780 +Port 0x378 +Size 16x2 + + #Display PPM #size 20x4 #font 5x8 @@ -13,16 +18,15 @@ #halfground \#70c000 #background \#80d000 -Display X11 -size 20x5 -font 5x8 -pixel 1+0 -gap -1x-1 -border 1 -foreground \#102000 -halfground \#90c000 -background \#a0d000 - +#Display X11 +#size 20x5 +#font 5x8 +#pixel 1+0 +#gap -1x-1 +#border 1 +#foreground \#102000 +#halfground \#90c000 +#background \#a0d000 #Row1 "*** %o %v ***" #Row2 "%p CPU %r MB RAM" |