diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-04-09 14:17:50 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-04-09 14:17:50 +0000 |
commit | 44e13547adb794928f1cb2247c7cc038af07c924 (patch) | |
tree | ea7a12e5e2503780f06b20529df3efd36197ea08 /lcd4linux.c | |
parent | 117610a1811776aee9b98b9d9ac3427389375ca5 (diff) | |
download | lcd4linux-44e13547adb794928f1cb2247c7cc038af07c924.tar.gz |
[lcd4linux @ 2006-04-09 14:17:49 by reinelt]
autoconf/library fixes, image and graphic display inversion
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@655 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r-- | lcd4linux.conf.sample | 22 |
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' |