FabGL
ESP32 Display Controller and Graphics Library

◆ setText()

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)

Parameters
valueLabel text

Definition at line 3319 of file fabui.cpp.