]> git.webhop.me Git - lcd4linux.git/commitdiff
added new examples to config file
authorvolker <volker@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Wed, 13 Feb 2013 15:15:34 +0000 (15:15 +0000)
committervolker <volker@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Wed, 13 Feb 2013 15:15:34 +0000 (15:15 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1194 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

lcd4linux.conf.sample

index 349b4a740366be942529d7b71a7a6ad37377106b..8cad671d7cb941d586650040738d5faea5b2a93d 100644 (file)
@@ -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'