From 6d07f7ecf9149f57259c1e17186a51e8462823e9 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Mon, 30 Jan 2023 11:33:55 -0500 Subject: [PATCH] Set clock text size --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index cc37a78..68f14cf 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -144,6 +144,7 @@ public: M5.Display.clearDisplay(TFT_WHITE); M5.Display.setEpdMode(epd_fast); M5.Display.setFont(&fonts::Orbitron_Light_32); + M5.Display.setTextSize(3); } App::Choices loop() { static constexpr const char* const wd[7] = {"Sun","Mon","Tue","Wed","Thr","Fri","Sat"};