From ebe6c1a74bcf8d3a9014d9ac2ebb25a144fe1222 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Fri, 25 Apr 2025 01:04:10 -0400 Subject: [PATCH] ESP32-C3 ePaper --- ESP32-C3_ePaper/src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ESP32-C3_ePaper/src/main.cpp b/ESP32-C3_ePaper/src/main.cpp index ce99f4370..dd616505c 100644 --- a/ESP32-C3_ePaper/src/main.cpp +++ b/ESP32-C3_ePaper/src/main.cpp @@ -78,6 +78,7 @@ void setup() { // Add UI elements // Draw axis: (x1,y1) @ 5, 100 and width-2*margin_x height-2*margin_y display.drawRect(5, 155, display.width()-10, display.height()-160, GxEPD_RED); + display.drawRect(6, 154, display.width()-11, display.height()-161, GxEPD_RED); display.setTextColor(GxEPD_WHITE); display.setFont(&TomThumb); for (int i = 0; i < display.width()-10; i+=50) {