FabGL
ESP32 VGA Controller and Graphics Library
|
void fabgl::Scene::start | ( | bool | suspendTask = true | ) |
Start scene updates and suspends current task.
suspendTask | If true (default) current calling task is suspended immeditaly. |
Example:
void loop() { GameScene gameScene; gameScene.start(); }