forked from len0rd/rockbox
Reworked player simulator icons to fit the changed charcell scale factor and look more like the actual icons. Adapted player sim display sizes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8745 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
da8db11e28
commit
3e496e3ecf
5 changed files with 128 additions and 271 deletions
|
|
@ -45,9 +45,9 @@
|
|||
#define UI_LCD_BGCOLORLIGHT 126, 229, 126 // bkgnd color of LCD (backlight)
|
||||
#define UI_LCD_BLACK 0, 0, 0 // black
|
||||
#define UI_LCD_POSX 75 // x position of lcd
|
||||
#define UI_LCD_POSY 111 // y position of lcd
|
||||
#define UI_LCD_POSY 116 // y position of lcd
|
||||
#define UI_LCD_WIDTH 132
|
||||
#define UI_LCD_HEIGHT 75
|
||||
#define UI_LCD_HEIGHT 64
|
||||
|
||||
#elif defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
|
||||
#define UI_TITLE "Jukebox FM Recorder"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue