mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
simulator: Fix Sansa Clip display position
Change-Id: I23be28e6bfa4ead326416d0457ffa11c3bf18a54
This commit is contained in:
parent
b44f8f3723
commit
79191bf9bb
1 changed files with 2 additions and 2 deletions
|
@ -272,8 +272,8 @@
|
||||||
#define UI_TITLE "Sansa Clip"CLIP_VERSION
|
#define UI_TITLE "Sansa Clip"CLIP_VERSION
|
||||||
#define UI_WIDTH 205 /* width of GUI window */
|
#define UI_WIDTH 205 /* width of GUI window */
|
||||||
#define UI_HEIGHT 325 /* height of GUI window */
|
#define UI_HEIGHT 325 /* height of GUI window */
|
||||||
#define UI_LCD_POSX 38 /* x position of lcd */
|
#define UI_LCD_POSX 42 /* x position of lcd */
|
||||||
#define UI_LCD_POSY 38 /* y position of lcd */
|
#define UI_LCD_POSY 42 /* y position of lcd */
|
||||||
|
|
||||||
#elif defined(SANSA_CLIPPLUS)
|
#elif defined(SANSA_CLIPPLUS)
|
||||||
#define UI_TITLE "Sansa Clip+"
|
#define UI_TITLE "Sansa Clip+"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue