From 6beebd75e779522bfc99ec570bb397041fdef49c Mon Sep 17 00:00:00 2001 From: "James D. Smith" Date: Sun, 14 Aug 2022 22:58:29 -0600 Subject: Cabbie v2: 240x320: Increase font size to 18. Remove linespace and increase the size of the album art slightly to better utilize the screen area. Change-Id: Id20097006c9f82e1bb8a758c4edd94dc278c669f --- apps/settings_list.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/settings_list.c') diff --git a/apps/settings_list.c b/apps/settings_list.c index 5fd7e0459b..699afb92fd 100644 --- a/apps/settings_list.c +++ b/apps/settings_list.c @@ -240,8 +240,10 @@ static const char graphic_numeric[] = "graphic,numeric"; #define DEFAULT_FONTNAME "08-Rockfont" #elif LCD_HEIGHT <= 220 #define DEFAULT_FONT_HEIGHT 12 -#elif LCD_HEIGHT <= 320 +#elif LCD_HEIGHT <= 240 #define DEFAULT_FONT_HEIGHT 15 +#elif LCD_HEIGHT <= 320 + #define DEFAULT_FONT_HEIGHT 18 #elif defined(SHANLING_Q1) /* 16pt font looks pretty aliased & ugly */ #define DEFAULT_FONT_HEIGHT 18 -- cgit v1.2.3