summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoruvok2025-07-20 13:09:52 +0200
committeruvok2025-07-20 13:09:52 +0200
commit4c432e4ae84d4154ad0f4b208991d7de9726afbf (patch)
tree20b29fd475ec08a23bb77a1cb5fd27f47e4ca949 /src
parent7791f43fb1b328e470ed14facc064f4252ce636e (diff)
Replace fontz
Diffstat (limited to 'src')
-rw-r--r--src/display.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/display.cpp b/src/display.cpp
index abbe9cf..994fe77 100644
--- a/src/display.cpp
+++ b/src/display.cpp
@@ -2,8 +2,8 @@
#include "badge/log.h"
-#include <Fonts/FreeMonoBold18pt7b.h>
#include <Fonts/FreeMonoBold9pt7b.h>
+#include <Fonts/FreeSansBold12pt7b.h>
// #include <GxEPD2_3C.h>
#include <GxEPD2_BW.h>
@@ -116,7 +116,7 @@ static void displayDo(display_mode_t mode)
display.setRotation(3);
display.setTextColor(GxEPD_BLACK);
- display.setFont(&FreeMonoBold9pt7b);
+ display.setFont(&FreeSansBold12pt7b);
const char *display_text = imgs[displayed].text;
int16_t tbx, tby;