mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 14:20:51 +00:00
ESP32-C3 ePaper
This commit is contained in:
@@ -65,8 +65,8 @@ void setup() {
|
|||||||
display.print("DATA BOARD");
|
display.print("DATA BOARD");
|
||||||
//display.update();
|
//display.update();
|
||||||
|
|
||||||
display.drawBitmap(200, 200, gridicons_bug, 50, 50, GxEPD_BLACK);
|
display.drawBitmap(200, 200, gridicons_bug, 24, 24, GxEPD_BLACK);
|
||||||
display.drawBitmap(150, 150, gridicons_cloud, 50, 50, GxEPD_BLACK);
|
display.drawBitmap(150, 150, gridicons_cloud, 24, 24, GxEPD_BLACK);
|
||||||
|
|
||||||
// Add UI elements
|
// Add UI elements
|
||||||
// Draw axis: (x1,y1) @ 5, 100 and width-2*margin_x height-2*margin_y
|
// Draw axis: (x1,y1) @ 5, 100 and width-2*margin_x height-2*margin_y
|
||||||
|
Reference in New Issue
Block a user