ESP32-C3 ePaper

This commit is contained in:
2025-04-25 03:21:32 -04:00
parent 74ae395f9d
commit bc183d7c47

View File

@@ -63,7 +63,7 @@ void setup() {
//display.drawRect(0, 0, display.width()-24, 24, GxEPD_BLACK); //display.drawRect(0, 0, display.width()-24, 24, GxEPD_BLACK);
int str_x=10, str_y=150, str_inc=15; int str_x=10, str_y=50, str_inc=15;
display.setCursor(str_x, str_y); display.setCursor(str_x, str_y);
display.setFont(&FreeMonoBold9pt7b); display.setFont(&FreeMonoBold9pt7b);
display.print("Files"); display.print("Files");