aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.conf.sample
diff options
context:
space:
mode:
authorreinelt <>2006-04-09 14:17:50 +0000
committerreinelt <>2006-04-09 14:17:50 +0000
commitfc094e0ceb7ba3c43cb21d6680b5e3f4a6b34884 (patch)
treeea7a12e5e2503780f06b20529df3efd36197ea08 /lcd4linux.conf.sample
parenta94bbd55477f7dcd01423963a60305a097d93a1e (diff)
downloadlcd4linux-fc094e0ceb7ba3c43cb21d6680b5e3f4a6b34884.tar.gz
[lcd4linux @ 2006-04-09 14:17:49 by reinelt]
autoconf/library fixes, image and graphic display inversion
Diffstat (limited to '')
-rw-r--r--lcd4linux.conf.sample22
1 files changed, 9 insertions, 13 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample
index 14cd95d..78538f8 100644
--- a/lcd4linux.conf.sample
+++ b/lcd4linux.conf.sample
@@ -337,6 +337,7 @@ Display LPH7508 {
Port '/dev/parports/0'
Font '6x8'
Contrast 15
+ Inverted 0
}
Display LPH7508-serdisplib {
@@ -347,9 +348,10 @@ Display LPH7508-serdisplib {
Display ctinclud {
Driver 'serdisplib'
- Port 'USB:0x07c0/0x1501'
+ Port 'USB:7c0/1501'
Model 'CTINCLUD'
Options ''
+ Inverted 0
}
Display XWindow {
@@ -834,9 +836,10 @@ Widget GPO_Test255 {
Widget ImageTest {
class 'Image'
- file 'Michi.png'
+ file 'tux.png'
update 1000
visible 1
+ inverted 0
}
Layout Default {
@@ -897,13 +900,6 @@ Layout TestLayer {
}
Layout TestImage {
- Row4 {
- Col1 'OS'
- }
- Row2 {
- Col1 'CPU'
- Col10 'RAM'
- }
Layer 2 {
X1.Y1 'ImageTest'
}
@@ -1038,7 +1034,7 @@ Layout testMySQL {
#Display 'M50530-24x8'
#Display 'LCDTerm'
#Display 'SimpleLCD'
-Display 'BA63'
+#Display 'BA63'
#Display 'CT20x4'
#Display 'T6963-240x64'
#Display 'XWindow'
@@ -1048,12 +1044,12 @@ Display 'BA63'
#Display 'Trefon'
#Display 'LCD2USB'
#Display 'LPH7508-serdisplib'
-#Display 'LPH7508'
+Display 'LPH7508'
#Display 'ctinclud'
-Layout 'Default'
+#Layout 'Default'
#Layout 'TestLayer'
-#Layout 'TestImage'
+Layout 'TestImage'
#Layout 'L8x2'
#Layout 'L16x1'
#Layout 'L16x2'