From f8d367be947089ee0dc38d5c52fe6b40215474d2 Mon Sep 17 00:00:00 2001 From: Szymon Dziok Date: Tue, 25 Feb 2014 20:09:57 +0000 Subject: Add Cabbiev2 port for 128x96x16 targets (Samsung YH-820), made by me. Change-Id: I21c408e8c25c42a1e6c3d3e44c0999ae85d73154 --- apps/settings_list.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps') 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"; #elif LCD_HEIGHT <= 80 #define DEFAULT_FONT_HEIGHT 11 #define DEFAULT_FONTNAME "11-Sazanami-Mincho" -#elif (LCD_HEIGHT == 96) && (LCD_WIDTH == 96) /* sandisk sansa clip zip */ +/* sandisk sansa clip zip and samsung yh-820 */ +#elif (LCD_HEIGHT == 96) && ((LCD_WIDTH == 96) || (LCD_WIDTH == 128)) #define DEFAULT_FONT_HEIGHT 8 #define DEFAULT_FONTNAME "08-Rockfont" #elif LCD_HEIGHT <= 220 -- cgit v1.2.3