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:
parent
064f702a80
commit
cbc701c895
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue