mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-30 05:50:48 +00:00
ESP32-C3 ePaper
This commit is contained in:
@@ -58,9 +58,10 @@ void setup() {
|
|||||||
display.print("Picopixel");
|
display.print("Picopixel");
|
||||||
//display.update();
|
//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_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