From dc3529713b74fa2d376f99affee4148d902f2b0f Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Fri, 25 Apr 2025 00:14:50 -0400 Subject: [PATCH] ESP32-C3 ePaper --- ESP32-C3_ePaper/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ESP32-C3_ePaper/src/main.cpp b/ESP32-C3_ePaper/src/main.cpp index 7d996901a..7639be4c2 100644 --- a/ESP32-C3_ePaper/src/main.cpp +++ b/ESP32-C3_ePaper/src/main.cpp @@ -65,8 +65,8 @@ void setup() { display.print("DATA BOARD"); //display.update(); - display.drawBitmap(200, 200, gridicons_bug, 50, 50, GxEPD_BLACK); - display.drawBitmap(150, 150, gridicons_cloud, 50, 50, GxEPD_BLACK); + display.drawBitmap(200, 200, gridicons_bug, 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