mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 08:16:08 +00:00
ESP32-C3 ePaper
This commit is contained in:
@@ -58,7 +58,7 @@ void setup() {
|
|||||||
display.print("Picopixel");
|
display.print("Picopixel");
|
||||||
//display.update();
|
//display.update();
|
||||||
|
|
||||||
display.drawBitmap(24, 24, gridicons_computer, 24, 24, GxEPD_BLACK);
|
display.drawBitmap(display.width()-24, 0, gridicons_computer, 24, 24, GxEPD_BLACK);
|
||||||
|
|
||||||
display.setCursor(10, 150);
|
display.setCursor(10, 150);
|
||||||
display.setFont(&FreeSans9pt7b);
|
display.setFont(&FreeSans9pt7b);
|
||||||
|
Reference in New Issue
Block a user