CheeseBoard
A library for use with the CheeseBoard Cheddar platform
|
Public Member Functions | |
GfxTextBox (uint16_t width, String text, bool border=false) | |
void | draw (uint16_t xOffset=0, uint16_t yOffset=0) |
uint16_t | width () |
uint16_t | height () |
Protected Attributes | |
uint16_t | _width |
String | _text |
bool | _border |
Definition at line 7 of file GfxTextBox.h.
|
virtual |
Draw the object on the display (don't send buffer).
Implements GfxItem.
Definition at line 12 of file GfxTextBox.cpp.
|
virtual |
Get object height.
Implements GfxItem.
Definition at line 38 of file GfxTextBox.cpp.
|
virtual |
Get object width.
Implements GfxItem.
Definition at line 33 of file GfxTextBox.cpp.