mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Added iPod Nano to win32 simulator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8048 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a3766bf92e
commit
464b6a2c4c
2 changed files with 10 additions and 0 deletions
BIN
uisimulator/win32/UI-ipodnano.bmp
Normal file
BIN
uisimulator/win32/UI-ipodnano.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 83 KiB |
|
|
@ -119,6 +119,16 @@ typedef unsigned short wchar_t;
|
|||
#define UI_LCD_WIDTH 220
|
||||
#define UI_LCD_HEIGHT 176
|
||||
|
||||
#elif defined(IPOD_NANO)
|
||||
#define UI_TITLE "iPod Nano"
|
||||
#define UI_WIDTH 199 // width of GUI window
|
||||
#define UI_HEIGHT 421 // height of GUI window
|
||||
/* high-colour */
|
||||
#define UI_LCD_POSX 13 // x position of lcd
|
||||
#define UI_LCD_POSY 14 // y position of lcd
|
||||
#define UI_LCD_WIDTH 176
|
||||
#define UI_LCD_HEIGHT 132
|
||||
|
||||
#elif defined(ARCHOS_GMINI120)
|
||||
#define UI_TITLE "Gmini 120"
|
||||
#define UI_WIDTH 370 // width of GUI window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue