Add M3K native to the simulator

Change-Id: If3e877d2df189e44076631fd571cf6aa70ce6ca8
This commit is contained in:
Solomon Peachy 2021-03-28 12:07:30 -04:00
parent afd8361d08
commit 058a9ec945
6 changed files with 117 additions and 2 deletions

View file

@ -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