diff --git a/ESP32-C3_ePaper/src/main.cpp b/ESP32-C3_ePaper/src/main.cpp index 15a4dd82d..7d996901a 100644 --- a/ESP32-C3_ePaper/src/main.cpp +++ b/ESP32-C3_ePaper/src/main.cpp @@ -66,6 +66,7 @@ void setup() { //display.update(); display.drawBitmap(200, 200, gridicons_bug, 50, 50, GxEPD_BLACK); + display.drawBitmap(150, 150, gridicons_cloud, 50, 50, GxEPD_BLACK); // Add UI elements // Draw axis: (x1,y1) @ 5, 100 and width-2*margin_x height-2*margin_y