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