printOut()
printOut()
is what actually updates the text on the screen. It needs to be called every frame for the sketch to actually display every frame. If printOut()
isn’t called, it will seem like nothing is happening. Make sure that it is called every frame in the draw loop.
printOut()
Nothing