mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
MPIO HD300 simulator. FS#11796 by Michael Leslie
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28775 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2aa511f6bd
commit
5a4b7c3920
4 changed files with 91 additions and 0 deletions
|
@ -404,6 +404,13 @@
|
|||
#define UI_LCD_POSX 101
|
||||
#define UI_LCD_POSY 195
|
||||
|
||||
#elif defined(MPIO_HD300)
|
||||
#define UI_TITLE "MPIO HD300"
|
||||
#define UI_WIDTH 286 /* width of GUI window */
|
||||
#define UI_HEIGHT 524 /* height of GUI window */
|
||||
#define UI_LCD_POSX 64
|
||||
#define UI_LCD_POSY 127
|
||||
|
||||
#elif defined(APPLICATION)
|
||||
#define UI_TITLE "Rockbox"
|
||||
#define UI_LCD_POSX 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue