aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvolker <volker@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2013-02-13 15:15:34 +0000
committervolker <volker@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2013-02-13 15:15:34 +0000
commit9b3ccb8ecadfbe489dd6b4761445ec9b5654a1e9 (patch)
tree6b32a0322bc5548a0560650f63e453962d1cadf9
parent1024b52f2cdc1a0975d96f8aceb861ddcccba806 (diff)
downloadlcd4linux-9b3ccb8ecadfbe489dd6b4761445ec9b5654a1e9.tar.gz
added new examples to config file
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1194 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
-rw-r--r--lcd4linux.conf.sample18
1 files changed, 15 insertions, 3 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample
index 349b4a7..8cad671 100644
--- a/lcd4linux.conf.sample
+++ b/lcd4linux.conf.sample
@@ -8,6 +8,12 @@ Variables {
minute 60000
}
+Display ACool {
+ Driver 'serdisplib'
+ Port 'USB:060c/04eb'
+ Model 'ALPHACOOL'
+}
+
Display G15 {
Driver 'G-15'
Font '6x8'
@@ -123,12 +129,16 @@ Display MI240 {
Display CW12232 {
Driver 'Cwlinux'
Model 'CW12232'
- Port '/dev/usb/tts/0'
+ Port '/dev/ttyUSB0'
Speed 19200
Brightness 2
Icons 1
}
+Display NULL {
+ Driver 'NULL'
+ Size '20x4'
+}
Display CF631 {
Driver 'Crystalfontz'
@@ -631,7 +641,7 @@ Widget OS {
width 20
align 'M'
style 'bold'
- speed 50
+ speed 250
update tick
}
@@ -1308,6 +1318,7 @@ Layout Debug {
+Display 'ACool'
#Display 'SerDispLib'
#Display 'LCD-Linux'
#Display 'LCD2041'
@@ -1315,6 +1326,7 @@ Layout Debug {
#Display 'LK204'
#Display 'MI240'
#Display 'CW12232'
+#Display 'NULL'
#Display 'HD44780-generic'
#Display 'HD44780-WinAmp'
#Display 'HD44780-4bit'
@@ -1347,7 +1359,7 @@ Layout Debug {
#Display 'picoLCD'
#Display 'VNC'
#Display 'FutabaVFD'
-Display 'GLCD2USB'
+#Display 'GLCD2USB'
#Layout 'Default'
Layout 'TestLayer'