You've already forked TEF6686_ESP32
very small changes, last commit for today
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user