diff --git a/ESP32-C3_ePaper/src/main.cpp b/ESP32-C3_ePaper/src/main.cpp index 164e62b7b..8df555a42 100644 --- a/ESP32-C3_ePaper/src/main.cpp +++ b/ESP32-C3_ePaper/src/main.cpp @@ -19,6 +19,9 @@ void loop(); void setup(); +uint16_t tbx, tby; +uint16_t tbw, tbh; + void setup() { // Blink on-board LED once upon initialization