Processing text in the console to OLED screen on arduino

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!

Hi, I am also searching for something like this. Here's a video I found with something similar.

I am still looking in to it. I am trying to have processing read gestures on a glove and have corresponding effects on the OLED screen.