From d6b43b3f4cafe2e0828c6c5b59392ae5d2eaabe0 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Fri, 25 Apr 2025 00:31:42 -0400 Subject: [PATCH] ESP32-C3 ePaper --- ESP32-C3_ePaper/src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) 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