source: ipk/source.sh4/tools_lcdpearl1/var/etc/lcd4linux.conf@ 40887

Last change on this file since 40887 was 15912, checked in by gost, 14 years ago

[lcdpearl] fix

  • Property svn:executable set to *
File size: 397 bytes
Line 
1Display 'DPF'
2
3Layout 'lcdpearl1'
4
5Display dpf {
6 Driver 'DPF'
7 Port 'usb0'
8 Font '6x8'
9 Foreground 'ffffff'
10 Background '000000'
11 Basecolor '000000'
12}
13
14
15Widget IMAGE {
16 class 'Image'
17 file '/tmp/titanlcd.png'
18 update 9999
19 reload 1
20 visible 1
21 inverted 0
22}
23
24Layout lcdpearl1 {
25
26 Layer 2 {
27 X1.Y1 'IMAGE'
28 }
29}
Note: See TracBrowser for help on using the repository browser.