forked from len0rd/rockbox
Shiny new bitmap for the D2 sim
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16151 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
df6c5f414f
commit
d8e3abf6ce
2 changed files with 4 additions and 4 deletions
Binary file not shown.
Before Width: | Height: | Size: 418 KiB After Width: | Height: | Size: 509 KiB |
|
@ -324,10 +324,10 @@
|
|||
|
||||
#elif defined(COWON_D2)
|
||||
#define UI_TITLE "Cowon D2"
|
||||
#define UI_WIDTH 420 /* width of GUI window */
|
||||
#define UI_HEIGHT 340 /* height of GUI window */
|
||||
#define UI_LCD_POSX 50 /* x position of lcd */
|
||||
#define UI_LCD_POSY 50 /* y position of lcd */
|
||||
#define UI_WIDTH 472 /* width of GUI window */
|
||||
#define UI_HEIGHT 368 /* height of GUI window */
|
||||
#define UI_LCD_POSX 58 /* x position of lcd */
|
||||
#define UI_LCD_POSY 67 /* y position of lcd */
|
||||
#define UI_LCD_WIDTH 320
|
||||
#define UI_LCD_HEIGHT 240
|
||||
#define UI_LCD_BGCOLOR 32, 32, 32 /* bkgnd color of LCD (no backlight) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue