From 11462ecedc22037136ca03e3656949506d4fdeca Mon Sep 17 00:00:00 2001 From: Manuel <71137295+mverch67@users.noreply.github.com> Date: Thu, 30 Oct 2025 13:37:18 +0100 Subject: [PATCH] use larger fonts --- src/graphics/ScreenFonts.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/graphics/ScreenFonts.h b/src/graphics/ScreenFonts.h index c497a27b2..49a857598 100644 --- a/src/graphics/ScreenFonts.h +++ b/src/graphics/ScreenFonts.h @@ -83,6 +83,10 @@ #define FONT_SMALL FONT_SMALL_LOCAL // Height: 13 #define FONT_MEDIUM FONT_SMALL_LOCAL // Height: 13 #define FONT_LARGE FONT_SMALL_LOCAL // Height: 13 +#elif defined(USE_EPD) +#define FONT_SMALL FONT_LARGE_LOCAL // Height: 28 +#define FONT_MEDIUM FONT_LARGE_LOCAL // Height: 28 +#define FONT_LARGE FONT_LARGE_LOCAL // Height: 28 #else #define FONT_SMALL FONT_SMALL_LOCAL // Height: 13 #define FONT_MEDIUM FONT_MEDIUM_LOCAL // Height: 19