35 Button(
int left,
int top,
int width,
int height,
const __FlashStringHelper * text):
TextBoxTString<const __FlashStringHelper>(left,top,width,height,text,F(
"Button"))
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