mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Agptek Rocker: Initial commit
Change-Id: I26b51106c7b1c36a603fba6d521e917d79b5a95b
This commit is contained in:
parent
beef52c5f0
commit
d55680993d
50 changed files with 2343 additions and 74 deletions
|
@ -515,6 +515,12 @@
|
|||
#define UI_LCD_POSX 78
|
||||
#define UI_LCD_POSY 92
|
||||
|
||||
#elif defined(AGPTEK_ROCKER)
|
||||
#define UI_TITLE "Agptek Rocker"
|
||||
#define UI_WIDTH 186
|
||||
#define UI_HEIGHT 380
|
||||
#define UI_LCD_POSX 29
|
||||
#define UI_LCD_POSY 25
|
||||
#elif defined(SIMULATOR)
|
||||
#error no UI defines
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue