xduoox20: UI Simulator support

Change-Id: I2a03cea07fbad9fb5862ca69e4cfca2e8ca6b17f
This commit is contained in:
Solomon Peachy 2020-09-28 15:03:21 -04:00
parent 43980bb877
commit ae58b5aafe
6 changed files with 96 additions and 9 deletions

View file

@ -502,10 +502,10 @@
#elif defined(XDUOO_X20)
#define UI_TITLE "xDuoo X20"
#define UI_WIDTH 322 /* width of GUI window */
#define UI_HEIGHT 609 /* height of GUI window */
#define UI_LCD_POSX 43
#define UI_LCD_POSY 62
#define UI_WIDTH 299 /* width of GUI window */
#define UI_HEIGHT 602 /* height of GUI window */
#define UI_LCD_POSX 32
#define UI_LCD_POSY 60
#elif defined(IHIFI770)
#define UI_TITLE "iHiFi 770"