1
0
Fork 0
forked from len0rd/rockbox

Add default font for LCD_HEIGHT <= 480

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27723 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-08-05 17:57:36 +00:00
parent af708fd544
commit f704ca415f

View file

@ -217,6 +217,8 @@ static const char graphic_numeric[] = "graphic,numeric";
#define DEFAULT_FONTNAME "15-Adobe-Helvetica"
#elif LCD_HEIGHT <= 400
#define DEFAULT_FONTNAME "16-Adobe-Helvetica"
#elif LCD_HEIGHT <= 480
#define DEFAULT_FONTNAME "27-Adobe-Helvetica"
#else
#define DEFAULT_FONTNAME "12-Adobe-Helvetica"
#endif