fixed screen code + added some documentation on our choices

This commit is contained in:
2024-03-28 13:32:08 +01:00
parent e7597d8d1f
commit c6f3c7c018
3 changed files with 55 additions and 19 deletions

View File

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