Index: apps/settings_list.c =================================================================== --- apps/settings_list.c (revision 31243) +++ apps/settings_list.c (working copy) @@ -213,6 +213,9 @@ #elif LCD_HEIGHT <= 80 #define DEFAULT_FONT_HEIGHT 11 #define DEFAULT_FONTNAME "11-Sazanami-Mincho" +#elif LCD_HEIGHT <= 96 + #define DEFAULT_FONT_HEIGHT 08 + #define DEFAULT_FONTNAME "08-Rockfont" #elif LCD_HEIGHT <= 220 #define DEFAULT_FONT_HEIGHT 12 #elif LCD_HEIGHT <= 320