Display dpf { Driver 'DPF' Port 'usb0' Size '320x240' Font '18x24' Basecolor '000000' Orientation 1 # Orientation value from 0-3 Backlight 3 # Backlight variable control } Widget Channel { class 'Text' width 19 align 'C' expression file::readline('/tmp/lcdchan.txt', 1) Foreground 'ffffff' Background 'FFFFFF00' speed 200 update tick } Widget EPG { class 'Text' width 15 align 'M' expression file::readline('/tmp/lcdepgt.txt', 1) Foreground 'ffffff' Background 'FFFFFF00' update tick } Widget PROGRESS { class 'Bar' expression file::readline('/tmp/lcdbar.txt', 1) min 0 max 100 length 16 Foreground 'EE7621' } Widget IMAGE { class 'Image' file '/tmp/lcd.png' update 500 reload 1 visible 1 inverted 0 } Widget TIME { class 'Text' expression strftime('%H:%M %d.%m', time()) width 18 align 'L' Foreground 'ffffff' Background 'FFFFFF00' update tick } Display 'DPF' Layout mylayout { Row2.Col1 'Channel' Row6.Col2 'TIME' Row4.Col2 'PROGRESS' Row10.Col2 'EPG' Layer 2 { X157.Y5 'IMAGE' } } Layout 'mylayout' Variables { tick 1000 tack 500 minute 60000 }