Improvements to picoLCD driver IR processing (by M. T. Jones).

This commit is contained in:
mmdolze
2014-01-22 22:15:39 +00:00
parent 9ddf986ef5
commit 5c4b3239fc
4 changed files with 368 additions and 114 deletions
+10 -4
View File
@@ -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