Default to helvR10 for new ports that do not yet have a default theme defined.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16378 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aa26962104
commit
b2366c8fdc
1 changed files with 5 additions and 1 deletions
|
@ -165,6 +165,8 @@ static const char graphic_numeric[] = "graphic,numeric";
|
|||
#endif
|
||||
|
||||
/* Default theme settings */
|
||||
#define DEFAULT_WPSNAME "cabbiev2"
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
|
||||
#if LCD_HEIGHT <= 64
|
||||
|
@ -177,8 +179,10 @@ static const char graphic_numeric[] = "graphic,numeric";
|
|||
#define DEFAULT_FONTNAME "helvR12"
|
||||
#elif LCD_HEIGHT <= 320
|
||||
#define DEFAULT_FONTNAME "helvR14"
|
||||
#else
|
||||
#define DEFAULT_FONTNAME "helvR10"
|
||||
#endif
|
||||
#define DEFAULT_WPSNAME "cabbiev2"
|
||||
|
||||
#else
|
||||
#define DEFAULT_FONTNAME ""
|
||||
#define DEFAULT_WPSNAME ""
|
||||
|
|
Loading…
Reference in a new issue