mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Add M3K native to the simulator
Change-Id: If3e877d2df189e44076631fd571cf6aa70ce6ca8
This commit is contained in:
parent
afd8361d08
commit
058a9ec945
6 changed files with 117 additions and 2 deletions
|
|
@ -535,6 +535,14 @@
|
|||
#define UI_LCD_POSX 45
|
||||
#define UI_LCD_POSY 50
|
||||
|
||||
#elif defined(FIIO_M3K) || defined(FIIO_M3K_LINUX)
|
||||
#define UI_TITLE "FiiO M3K"
|
||||
#define UI_WIDTH 287 /* width of GUI window */
|
||||
#define UI_HEIGHT 589 /* height of GUI window */
|
||||
#define UI_LCD_POSX 25
|
||||
#define UI_LCD_POSY 15
|
||||
|
||||
|
||||
#elif defined(SIMULATOR)
|
||||
#error no UI defines
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue