const PROGMEM char RGBAKEY[]
Definition: Text.h:32
const PROGMEM char CLEAR[]
Definition: Text.h:31
Text(const VirtualShield &shield)
Initializes a new instance of the Screen class.
Definition: Text.cpp:40
int clear(ARGB argb=0)
Clears the screen of all elements.
Definition: Text.cpp:47
int clearId(UINT id)
Clears the element associated with the id.
Definition: Text.cpp:69
void onJsonReceived(JsonObject &root, ShieldEvent *shieldEvent) override
Event called when a valid json message was received. Consumes the proper values for this sensor...
Definition: Text.cpp:125
int print(String text, ARGB argb=0)
Prints the specified text.
Definition: Text.cpp:80
int printAt(UINT line, String text, Attr extraAttributes[]=0, int extraAttributeCount=0)
Prints the specified text at the specified line.
Definition: Text.cpp:104