forked from len0rd/rockbox
Cabbie v2: 240x320: Increase font size to 18. Remove linespace and increase the size of the album art slightly to better utilize the screen area.
Change-Id: Id20097006c9f82e1bb8a758c4edd94dc278c669f
This commit is contained in:
parent
38a0f1a96f
commit
6beebd75e7
3 changed files with 7 additions and 7 deletions
|
@ -240,8 +240,10 @@ static const char graphic_numeric[] = "graphic,numeric";
|
|||
#define DEFAULT_FONTNAME "08-Rockfont"
|
||||
#elif LCD_HEIGHT <= 220
|
||||
#define DEFAULT_FONT_HEIGHT 12
|
||||
#elif LCD_HEIGHT <= 320
|
||||
#elif LCD_HEIGHT <= 240
|
||||
#define DEFAULT_FONT_HEIGHT 15
|
||||
#elif LCD_HEIGHT <= 320
|
||||
#define DEFAULT_FONT_HEIGHT 18
|
||||
#elif defined(SHANLING_Q1)
|
||||
/* 16pt font looks pretty aliased & ugly */
|
||||
#define DEFAULT_FONT_HEIGHT 18
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue