ESP32-C3 ePaper

This commit is contained in:
2025-04-25 00:34:31 -04:00
parent cc35c35aea
commit 2f3881b7c7

View File

@@ -19,7 +19,7 @@
void loop(); void loop();
void setup(); void setup();
uint16_t tbx, tby; int16_t tbx, tby;
uint16_t tbw, tbh; uint16_t tbw, tbh;
void setup() { void setup() {