summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/settings_list.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 648cb420cf..af83866356 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -215,7 +215,8 @@ static const char graphic_numeric[] = "graphic,numeric";
215#elif LCD_HEIGHT <= 80 215#elif LCD_HEIGHT <= 80
216 #define DEFAULT_FONT_HEIGHT 11 216 #define DEFAULT_FONT_HEIGHT 11
217 #define DEFAULT_FONTNAME "11-Sazanami-Mincho" 217 #define DEFAULT_FONTNAME "11-Sazanami-Mincho"
218#elif (LCD_HEIGHT == 96) && (LCD_WIDTH == 96) /* sandisk sansa clip zip */ 218/* sandisk sansa clip zip and samsung yh-820 */
219#elif (LCD_HEIGHT == 96) && ((LCD_WIDTH == 96) || (LCD_WIDTH == 128))
219 #define DEFAULT_FONT_HEIGHT 8 220 #define DEFAULT_FONT_HEIGHT 8
220 #define DEFAULT_FONTNAME "08-Rockfont" 221 #define DEFAULT_FONTNAME "08-Rockfont"
221#elif LCD_HEIGHT <= 220 222#elif LCD_HEIGHT <= 220