Home Forums Game Frame Technical Support pixel order question for DIY gameframe Reply To: pixel order question for DIY gameframe

#2106
Jeremy Williams
Keymaster

You can use another Arduino to handle the IR, but I’d suggest sending data to the main Arduino using the HardwareSerial library. Serial has a small buffer that can store input data even while interrupts are disabled. I’ve done this on a prototype and it works well.