35 Label(
int left,
int top,
int width,
int height,
const __FlashStringHelper * text):
TextBoxTString<const __FlashStringHelper>(left,top,width,height,text,F(
"Label"))
void SetFont(uint8_t *font)
Sets font.
Definition: TextBox.h:64
Text box for string. It is templat class and can be used for differnt type of string (see bellow type...
Definition: TextBoxString.h:25
Label(int left, int top, int width, int height, const __FlashStringHelper *text)
Constructor.
Definition: Label.h:35