Working Nano2G UI sim. UI-ipodnano2g.bmp courtesy of Marianne Arnold, based on her SVG for the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23176 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1383be8fb0
commit
a5c1ee5cf1
2 changed files with 4 additions and 4 deletions
BIN
uisimulator/sdl/UI-ipodnano2g.bmp
Normal file
BIN
uisimulator/sdl/UI-ipodnano2g.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 371 KiB |
|
@ -118,10 +118,10 @@
|
|||
|
||||
#elif defined(IPOD_NANO2G)
|
||||
#define UI_TITLE "iPod Nano 2G"
|
||||
#define UI_WIDTH 199 /* width of GUI window */
|
||||
#define UI_HEIGHT 421 /* height of GUI window */
|
||||
#define UI_LCD_POSX 13 /* x position of lcd */
|
||||
#define UI_LCD_POSY 14 /* y position of lcd */
|
||||
#define UI_WIDTH 235 /* width of GUI window */
|
||||
#define UI_HEIGHT 537 /* height of GUI window */
|
||||
#define UI_LCD_POSX 29 /* x position of lcd */
|
||||
#define UI_LCD_POSY 33 /* y position of lcd */
|
||||
|
||||
#elif defined(IPOD_VIDEO)
|
||||
#define UI_TITLE "iPod Video"
|
||||
|
|
Loading…
Reference in a new issue