forked from len0rd/rockbox
Add iPod Video sim background contributed by aaronfg.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8819 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
581b0f1d43
commit
681bd70b4f
3 changed files with 5 additions and 4 deletions
BIN
uisimulator/sdl/UI-ipodvideo.bmp
Normal file
BIN
uisimulator/sdl/UI-ipodvideo.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 204 KiB |
|
|
@ -141,11 +141,11 @@
|
|||
|
||||
#elif defined(IPOD_VIDEO)
|
||||
#define UI_TITLE "iPod Video"
|
||||
#define UI_WIDTH 320 // width of GUI window
|
||||
#define UI_HEIGHT 240 // height of GUI window
|
||||
#define UI_WIDTH 350 // width of GUI window
|
||||
#define UI_HEIGHT 591 // height of GUI window
|
||||
/* high-colour */
|
||||
#define UI_LCD_POSX 0 // x position of lcd
|
||||
#define UI_LCD_POSY 0 // y position of lcd
|
||||
#define UI_LCD_POSX 14 // x position of lcd
|
||||
#define UI_LCD_POSY 12 // y position of lcd
|
||||
#define UI_LCD_WIDTH 320
|
||||
#define UI_LCD_HEIGHT 240
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue