mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Add UI Simulator for Eros Q / K series
Change-Id: I9ffc101bd904b3f0e2d6a86a43fb1ae3fda73a19
This commit is contained in:
parent
6834d1a02f
commit
6b13437aff
4 changed files with 98 additions and 0 deletions
|
@ -528,6 +528,13 @@
|
|||
#define UI_LCD_POSX 26
|
||||
#define UI_LCD_POSY 40
|
||||
|
||||
#elif defined(EROS_Q)
|
||||
#define UI_TITLE "AIGO EROS Q"
|
||||
#define UI_WIDTH 400 /* width of GUI window */
|
||||
#define UI_HEIGHT 653 /* height of GUI window */
|
||||
#define UI_LCD_POSX 45
|
||||
#define UI_LCD_POSY 50
|
||||
|
||||
#elif defined(SIMULATOR)
|
||||
#error no UI defines
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue