support to send IR commands to LIRC in the picolcd driver (Jack Cleaver)
This commit is contained in:
@@ -803,6 +803,21 @@ Key3Light=on
|
||||
Key4Light=on
|
||||
Key5Light=on
|
||||
|
||||
# Host name or IP address of the LIRC instance that is to receive IR codes
|
||||
# If not set, or set to an empty value, IR support is disabled.
|
||||
#LircAddress=127.0.0.1
|
||||
|
||||
# UDP port on which LIRC is listening [default: 8765; legal: 1 - 65535]
|
||||
LircPort=8765
|
||||
|
||||
# Duration in jiffies of the synthesized sync pulse [default: 64; 0 to suppress]
|
||||
LircSync=64
|
||||
|
||||
# Duration in jiffies of the synthesized gap; 0 to suppress, default 2048.
|
||||
# This is really the fixed duration of an entire IR command; individual pulse/space
|
||||
# durations are deducted from this to determine the duration of the trailing gap.
|
||||
LircLength=2048
|
||||
|
||||
|
||||
|
||||
## Pyramid LCD driver ##
|
||||
|
||||
Reference in New Issue
Block a user