1
0
Fork 0
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:
Dan Everton 2006-02-23 21:50:34 +00:00
parent 581b0f1d43
commit 681bd70b4f
3 changed files with 5 additions and 4 deletions

View file

@ -172,3 +172,4 @@ Dominik Wenger
Henrico Witvliet
Andrew Scott
Miguel A. Arévalo
Aaron F. Gonzalez

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 KiB

View file

@ -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