very small changes, last commit for today

This commit is contained in:
2026-01-16 23:18:31 +01:00
parent 319e4402eb
commit 1626733faf
7 changed files with 71 additions and 52 deletions

View File

@@ -13,6 +13,9 @@ public:
tft->drawString(data, 0, y, 0);
y += tft->fontHeight(0);
}
void reset() {
y = 0;
}
private:
TFT_eSPI* tft;
int y = 0;