mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Sansa Connect: Make simulator compile. UI-sansaconnect.bmp by Martin Sägmüller (based on press image).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31102 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f0bab2ff9a
commit
39f4408b63
5 changed files with 106 additions and 1 deletions
|
@ -424,6 +424,13 @@
|
|||
#define UI_LCD_POSX 64
|
||||
#define UI_LCD_POSY 127
|
||||
|
||||
#elif defined(SANSA_CONNECT)
|
||||
#define UI_TITLE "Sansa Connect"
|
||||
#define UI_WIDTH 371 /* width of GUI window */
|
||||
#define UI_HEIGHT 687 /* height of GUI window */
|
||||
#define UI_LCD_POSX 68
|
||||
#define UI_LCD_POSY 77
|
||||
|
||||
#elif defined(APPLICATION)
|
||||
#define UI_TITLE "Rockbox"
|
||||
#define UI_LCD_POSX 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue