Does anyone know if there is a way to make a the text from a processing console display on an adafruit OLED screen? via arduino I have standard firmata installed?
Basically what I have at the moment is when you press a button on arduino, processing fetches a tweet via the twitter API and prints it out onto the println console. I want it to display this tweet on my OLED screen instead of the console
Any help would be appreciated!