int recvInt; void setup() { size(400, 200); textSize( 200 ); fill( 0 ); } void stop(){ } void draw() { background( 255 ); text( recvInt, 100, 200 ); }