mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
M:Robe 500: Correct UI simulator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22372 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1e22dae7fa
commit
35ffefa6b6
2 changed files with 6 additions and 6 deletions
Binary file not shown.
Before Width: | Height: | Size: 462 KiB After Width: | Height: | Size: 2.2 MiB |
|
@ -173,12 +173,12 @@
|
||||||
#define UI_REMOTE_POSY 318 /* y position of remote lcd */
|
#define UI_REMOTE_POSY 318 /* y position of remote lcd */
|
||||||
#else
|
#else
|
||||||
#define UI_TITLE "Olympus M:Robe 500"
|
#define UI_TITLE "Olympus M:Robe 500"
|
||||||
#define UI_WIDTH 900 /* width of GUI window */
|
#define UI_WIDTH 895 /* width of GUI window */
|
||||||
#define UI_HEIGHT 748 /* height of GUI window */
|
#define UI_HEIGHT 646 /* height of GUI window */
|
||||||
#define UI_LCD_POSX 131 /* x position of lcd */
|
#define UI_LCD_POSX 129 /* x position of lcd */
|
||||||
#define UI_LCD_POSY 59 /* y position of lcd */
|
#define UI_LCD_POSY 60 /* y position of lcd */
|
||||||
#define UI_REMOTE_POSX 165 /* x position of remote lcd */
|
#define UI_REMOTE_POSX 37 /* x position of remote lcd */
|
||||||
#define UI_REMOTE_POSY 718 /* y position of remote lcd */
|
#define UI_REMOTE_POSY 615 /* y position of remote lcd */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#elif defined(IRIVER_H10)
|
#elif defined(IRIVER_H10)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue