Added function to header

This commit is contained in:
Sam
2024-03-07 19:54:41 +01:00
parent aa6c35044e
commit 2351c515f3

View File

@@ -9,6 +9,7 @@ class DisplayText {
Adafruit_ST7796S_kbv& tft;
int centerText(char* text);
int bottomText(char* text);
void printWordsFull(char* text);
public:
DisplayText(Adafruit_ST7796S_kbv& tftDisplay);