mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
rgnano: UI simulator support
Change-Id: Id488d16e01ef49a9d1b57641bc1c22ed2fef4931
This commit is contained in:
parent
b52bf1bf65
commit
7b0f408c71
7 changed files with 102 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue