summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
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