attempt to write text in full

This commit is contained in:
2024-03-12 16:24:26 +01:00
parent 57ee918b64
commit d542da7db9
3 changed files with 42 additions and 41 deletions

View File

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