Home › Forums › Game Frame › Technical Support › pixel order question for DIY gameframe › Reply To: pixel order question for DIY gameframe
		December 18, 2015 at 6:49 am
		
		#2106
		
		
		
	
 Jeremy Williams
Jeremy WilliamsKeymaster
		
		
	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.
