Added function to header
This commit is contained in:
@@ -9,6 +9,7 @@ class DisplayText {
|
|||||||
Adafruit_ST7796S_kbv& tft;
|
Adafruit_ST7796S_kbv& tft;
|
||||||
int centerText(char* text);
|
int centerText(char* text);
|
||||||
int bottomText(char* text);
|
int bottomText(char* text);
|
||||||
|
void printWordsFull(char* text);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
DisplayText(Adafruit_ST7796S_kbv& tftDisplay);
|
DisplayText(Adafruit_ST7796S_kbv& tftDisplay);
|
||||||
|
Reference in New Issue
Block a user