aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.conf.sample
diff options
context:
space:
mode:
authorreinelt <>2004-05-30 08:25:50 +0000
committerreinelt <>2004-05-30 08:25:50 +0000
commit0e11140cd6ad9e74e4228af09676b8361e8b65c7 (patch)
tree2d87e49529571ee7925c4925f5b816917ce4e6fa /lcd4linux.conf.sample
parent72d04d53a54fd163db3e8b7d23bced7346f89781 (diff)
downloadlcd4linux-0e11140cd6ad9e74e4228af09676b8361e8b65c7.tar.gz
[lcd4linux @ 2004-05-30 08:25:50 by reinelt]
Crystalfontz 631 driver finished
Diffstat (limited to '')
-rw-r--r--lcd4linux.conf.sample20
1 files changed, 16 insertions, 4 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample
index 0349364..aaae679 100644
--- a/lcd4linux.conf.sample
+++ b/lcd4linux.conf.sample
@@ -19,7 +19,7 @@ Display MI240 {
Display CF631 {
Driver 'Crystalfontz'
Model '631'
- Port '/dev/usb/tts/0'
+ Port '/dev/tts/USB0'
Speed 115200
Contrast 95
Backlight 100
@@ -470,6 +470,17 @@ Layout L16x2 {
# }
}
+Layout L20x2 {
+ Row1 {
+ Col1 'Busy'
+ Col11 'BusyBar'
+ }
+ Row2 {
+ Col1 'Load'
+ Col11 'LoadBar'
+ }
+}
+
Layout Test {
Row01.Col1 'Test'
Row02.Col1 'Test'
@@ -504,17 +515,18 @@ Layout testMySQL {
#Display 'MI240'
#Display 'HD44780-20x4'
#Display 'M50530-24x8'
-#Display 'CF631'
+Display 'CF631'
#Display 'CF632'
#Display 'CF633'
-Display 'Curses'
+#Display 'Curses'
#Display 'USBLCD'
#Display 'T6963-240x64'
#Display 'XWindow'
#Display 'Image'
-Layout 'Default'
+#Layout 'Default'
#Layout 'L16x2'
+Layout 'L20x2'
#Layout 'Test'