cyborg5 / IRLib2

Library for receiving, decoding, and sending infrared signals using Arduino
GNU General Public License v3.0
384 stars 138 forks source link

IR not working with RGB Matrix panel #75

Open Alkerion opened 5 years ago

Alkerion commented 5 years ago

The IR isn't working anymore when paired with a RGB LED Matrix panel driven by Adafruit library: https://github.com/adafruit/RGB-matrix-Panel

The RGB Matrix library does use a timer interrupt which is initialized in the begin(), that's perhaps creating an issue.

cyborg5 commented 5 years ago

I don't have such a board but it is likely an interrupt problem as you suggest. When I get a chance I will look at the code and see if I can figure out the conflict but it might be difficult without having the hardware to test it.