rgnano: UI simulator support

Change-Id: Id488d16e01ef49a9d1b57641bc1c22ed2fef4931
This commit is contained in:
Hairo R. Carela 2025-08-04 19:52:01 -04:00 committed by Solomon Peachy
parent b52bf1bf65
commit 7b0f408c71
7 changed files with 102 additions and 3 deletions

View file

@ -536,6 +536,13 @@
#define UI_LCD_POSX 46
#define UI_LCD_POSY 61
#elif defined(RG_NANO)
#define UI_TITLE "Anbernic RG Nano"
#define UI_WIDTH 370
#define UI_HEIGHT 604
#define UI_LCD_POSX 64
#define UI_LCD_POSY 78
#elif defined(SIMULATOR)
#error no UI defines