Improvements to picoLCD driver IR processing (by M. T. Jones).
This commit is contained in:
@@ -1035,10 +1035,16 @@ Key5Light=on
|
||||
# UDP port on which LIRC is listening [default: 8765; legal: 1 - 65535]
|
||||
LircPort=8765
|
||||
|
||||
# Threshold in jiffies of synthesized gap that triggers flushing the IR data
|
||||
# to lirc [default: 100 ; max: 32767 ]
|
||||
# 100 means 6.1ms. legal: 16 - 32767; Use 0 to disable.
|
||||
LircFlushThreshold=100
|
||||
# UDP data time unit for LIRC [default: off; legal: on, off]
|
||||
# On: times sent in microseconds (requires LIRC UDP driver that accepts this).
|
||||
# Off: times sent in 'jiffies' (1/16384s) (supported by standard LIRC UDP driver).
|
||||
LircTime_us=on
|
||||
|
||||
# Threshold in microseconds of the gap that triggers flushing the IR data
|
||||
# to lirc [default: 8000; legal: 1000 - ]
|
||||
# If LircTime_us is on values greater than 32.767ms will disable the flush
|
||||
# If LircTime_us is off values greater than 1.999938s will disable the flush
|
||||
LircFlushThreshold=10000
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user