|
FabGL
ESP32 Display Controller and Graphics Library
|
| uiTimerHandle setTimer | ( | uiEvtHandler * | dest, |
| int | periodMS | ||
| ) |
Setups a timer.
A timer fires uiApp.onTimer or uiFrame.onTimer delegate. To destroy a timer use uiApp.killTimer().
| dest | Destination window or app |
| periodMS | Timer period in milliseconds |