blob: 5f094a98ef1b143e5c56120941d8b77917b7cd53 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#Sets the lcd-device to other device than /dev/lcd0
IMONLCD_DEV="/dev/lcd0"
# Sets the protocol of lcd-device
# 0038 - For LCD with ID 15c2:0038 SoundGraph Inc (default)
# ffdc - For LCD with ID 15c2:ffdc SoundGraph Inc
# Check lsusb for more info.
IMONLCD_MODE="ffdc"
|