xduoox3ii: Add UI Simulator bitmap, keymap, and fix offsets.

Change-Id: I8e322b93653cb43b010dfd5c0f566ea1c4c7b7ff
This commit is contained in:
Solomon Peachy 2020-06-12 11:30:08 -04:00
parent fa93391600
commit 58cb467583
4 changed files with 87 additions and 4 deletions

View file

@ -531,10 +531,10 @@
#elif defined(XDUOO_X3II)
#define UI_TITLE "xDuoo X3ii"
#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 600 /* height of GUI window */
#define UI_LCD_POSX 28
#define UI_LCD_POSY 56
#elif defined(XDUOO_X20)
#define UI_TITLE "xDuoo X20"