I don’t know why my draw function is not working here. I’m wokring with Android (under Android Studio) and it never happened before (at least while I was testing the example available on the website).
So my sketch didn’t work the way I want, then I put a println() in the draw function but nothing is printed. Every println() are executed if they’re in the setup function but nothing happens in the draw function.
Did anyone faced that situation before?