hvkls
Benutzer
- Mitglied seit
- 23. Dez 2012
- Beiträge
- 463
- Punkte für Reaktionen
- 0
- Punkte
- 22
EDIT: Tut mir leid, jetzt sollte es gehen. Mit "-F -f /path/to/lcd4linux.conf" starten.
Display DPF {
Driver 'DPF'
Port 'usb0'
Font '60x80'
Background '000000'
Foreground 'ffffff'
Basecolor '000000'
Orientation 0
Backlight 5
}
Widget TIME {
class 'Text'
expression strftime('%H %M',time()).' '
width 9
align 'L'
update 1000
}
Layout test {
Row1 {
Col1 'TIME'
}
}
Display 'DPF'
Layout 'test'
Display DPF {
Driver 'DPF'
Port 'usb0'
Font '60x80'
Background '000000'
Foreground 'ffffff'
Basecolor '000000'
Orientation 0
Backlight 5
}
Widget TIME {
class 'Text'
expression strftime('%H %M',time()).' '
width 9
align 'L'
update 1000
}
Layout test {
Row1 {
Col1 'TIME'
}
}
Display 'DPF'
Layout 'test'
Zuletzt bearbeitet: