ESP32-C3 ePaper

This commit is contained in:
2025-04-25 00:28:33 -04:00
parent a017e7e80f
commit e10fffd980
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
#include <Fonts/FreeSans9pt7b.h>
#include <Fonts/FreeSansBold9pt7b.h>
#include <Fonts/FreeSerif9pt7b.h>
#include <Fonts/FreeSerif18pt7b.h>
#include <Fonts/FreeSerif24pt7b.h>
#include <Fonts/FreeMono9pt7b.h>
#include <Fonts/FreeMonoBold9pt7b.h>

View File

@@ -61,7 +61,7 @@ void setup() {
display.print("PreeSerif 9pt7b");
display.setCursor(10, 100);
display.setFont(&FreeSerif24pt7b);
display.setFont(&FreeSerif18pt7b);
display.print("INFO DASHBOARD");
//display.update();