1
0
Fork 0
forked from len0rd/rockbox

Change default font to R12 for the gigabeat too.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16538 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Giacomelli 2008-03-06 18:07:49 +00:00
parent 064f702a80
commit cbc701c895

View file

@ -175,10 +175,8 @@ static const char graphic_numeric[] = "graphic,numeric";
#define DEFAULT_FONTNAME "Sazanami-Mincho-Regular-11"
#elif LCD_HEIGHT <= 220
#define DEFAULT_FONTNAME "helvR10"
#elif LCD_HEIGHT <= 240
#define DEFAULT_FONTNAME "helvR12"
#elif LCD_HEIGHT <= 320
#define DEFAULT_FONTNAME "helvR14"
#define DEFAULT_FONTNAME "helvR12"
#else
#define DEFAULT_FONTNAME "helvR10"
#endif