From 58cb467583e3d24fb677f19ddaaba92ad534940c Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 12 Jun 2020 11:30:08 -0400 Subject: xduoox3ii: Add UI Simulator bitmap, keymap, and fix offsets. Change-Id: I8e322b93653cb43b010dfd5c0f566ea1c4c7b7ff --- firmware/target/hosted/sdl/sim-ui-defines.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'firmware/target/hosted/sdl/sim-ui-defines.h') diff --git a/firmware/target/hosted/sdl/sim-ui-defines.h b/firmware/target/hosted/sdl/sim-ui-defines.h index 1e96383682..23825f318b 100644 --- a/firmware/target/hosted/sdl/sim-ui-defines.h +++ b/firmware/target/hosted/sdl/sim-ui-defines.h @@ -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" -- cgit v1.2.3