mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 22:36:12 +00:00
ESP32-C3 ePaper
This commit is contained in:
@@ -59,7 +59,7 @@ void setup() {
|
||||
//display.update();
|
||||
|
||||
display.fillRect(0, 0, display.width(), 24, GxEPD_BLACK);
|
||||
display.drawBitmap(display.width()-24, 0, gridicons_computer, 24, 24, GxEPD_BLACK);
|
||||
display.drawBitmap(display.width()-24, 0, gridicons_computer, 24, 24, GxEPD_WHITE);
|
||||
//display.drawRect(0, 0, display.width()-24, 24, GxEPD_BLACK);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user