FabGL
ESP32 Display Controller and Graphics Library
|
void setText | ( | char const * | value | ) |
Sets label text.
To update label content and size call uiLabel.update(). Text is not owned by the object (must be static or deleted by the application)
value | Label text |