From 9737ea24f950797a893d73ed15f45c0de99c444d Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Fri, 25 Apr 2025 00:49:26 -0400 Subject: [PATCH] ESP32-C3 ePaper --- ESP32-C3_ePaper/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP32-C3_ePaper/src/main.cpp b/ESP32-C3_ePaper/src/main.cpp index 0dd6b1ddc..22d54ac10 100644 --- a/ESP32-C3_ePaper/src/main.cpp +++ b/ESP32-C3_ePaper/src/main.cpp @@ -72,7 +72,7 @@ void setup() { //display.update(); //display.drawBitmap(200, 200, gridicons_bug, 24, 24, GxEPD_BLACK); - //display.drawBitmap(150, 150, gridicons_cloud, 24, 24, GxEPD_BLACK); + display.drawBitmap(150, 150, gridicons_cloud, 24, 24, GxEPD_BLACK); // Add UI elements // Draw axis: (x1,y1) @ 5, 100 and width-2*margin_x height-2*margin_y