From d33a4aa24af06ebc380d60e74ac60adec842ac14 Mon Sep 17 00:00:00 2001 From: c vw Date: Fri, 27 Nov 2020 16:27:12 +0100 Subject: [PATCH] Slighly better adjustment for the "large" font size for RaspPis. --- radio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radio.h b/radio.h index 2244ae6..3872fab 100644 --- a/radio.h +++ b/radio.h @@ -60,7 +60,7 @@ #define DISPLAY_FONT_SIZE1 8 #define DISPLAY_FONT_SIZE2 10 #define DISPLAY_FONT_SIZE3 13 -#define DISPLAY_FONT_SIZE4 18 +#define DISPLAY_FONT_SIZE4 19 #endif #endif -- 2.45.2