While testing my S7 Edge capabilities, I ran the following sketch:
void setup() { frameRate(10000); } void draw() { println(frameRate); }
It never rises above around 63-65fps, and the CPU usage sits around 10%, and no other apps are running in the background. I am aware that this sketch can produce far higher fps in other devices. Is this limit configurable somewhere?