mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 05:07:07 +00:00
ESP32-C3 ePaper
This commit is contained in:
@@ -78,6 +78,7 @@ void setup() {
|
||||
// Add UI elements
|
||||
// Draw axis: (x1,y1) @ 5, 100 and width-2*margin_x height-2*margin_y
|
||||
display.drawRect(5, 155, display.width()-10, display.height()-160, GxEPD_RED);
|
||||
display.drawRect(6, 154, display.width()-11, display.height()-161, GxEPD_RED);
|
||||
display.setTextColor(GxEPD_WHITE);
|
||||
display.setFont(&TomThumb);
|
||||
for (int i = 0; i < display.width()-10; i+=50) {
|
||||
|
Reference in New Issue
Block a user