summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJames D. Smith <smithjd15@gmail.com>2022-08-14 22:58:29 -0600
committerJames D. Smith <smithjd15@gmail.com>2022-09-18 11:09:38 -0600
commit6beebd75e779522bfc99ec570bb397041fdef49c (patch)
tree827bfe8de017d5dddf943a03258102ff91b60965 /apps
parent38a0f1a96f23c816d5c038739ba14940e9f8b8a5 (diff)
downloadrockbox-6beebd75e779522bfc99ec570bb397041fdef49c.tar.gz
rockbox-6beebd75e779522bfc99ec570bb397041fdef49c.zip
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
Diffstat (limited to 'apps')
-rw-r--r--apps/settings_list.c4
1 files changed, 3 insertions, 1 deletions
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";
240 #define DEFAULT_FONTNAME "08-Rockfont" 240 #define DEFAULT_FONTNAME "08-Rockfont"
241#elif LCD_HEIGHT <= 220 241#elif LCD_HEIGHT <= 220
242 #define DEFAULT_FONT_HEIGHT 12 242 #define DEFAULT_FONT_HEIGHT 12
243#elif LCD_HEIGHT <= 320 243#elif LCD_HEIGHT <= 240
244 #define DEFAULT_FONT_HEIGHT 15 244 #define DEFAULT_FONT_HEIGHT 15
245#elif LCD_HEIGHT <= 320
246 #define DEFAULT_FONT_HEIGHT 18
245#elif defined(SHANLING_Q1) 247#elif defined(SHANLING_Q1)
246 /* 16pt font looks pretty aliased & ugly */ 248 /* 16pt font looks pretty aliased & ugly */
247 #define DEFAULT_FONT_HEIGHT 18 249 #define DEFAULT_FONT_HEIGHT 18