Home › Forums › Game Frame › Technical Support › pixel order question for DIY gameframe › Reply To: pixel order question for DIY gameframe
December 18, 2015 at 3:25 am
#2104
Jeremy Williams
Keymaster
Probably not enough memory for IR code unless you switch to a fatter microcontroller like the Teensy. More importantly, IR doesn’t get along well with these particular LEDs (WS2812). IR libraries employ pin interrupts to receive remote signals. Unfortunately, to meet the LED timing requirements, the Arduino suspends its interrupts while light data is being sent.