summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sdl
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/sdl')
-rw-r--r--firmware/target/hosted/sdl/sim-ui-defines.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/target/hosted/sdl/sim-ui-defines.h b/firmware/target/hosted/sdl/sim-ui-defines.h
index c44fea54b7..db777e7821 100644
--- a/firmware/target/hosted/sdl/sim-ui-defines.h
+++ b/firmware/target/hosted/sdl/sim-ui-defines.h
@@ -404,6 +404,13 @@
404#define UI_LCD_POSX 101 404#define UI_LCD_POSX 101
405#define UI_LCD_POSY 195 405#define UI_LCD_POSY 195
406 406
407#elif defined(MPIO_HD300)
408#define UI_TITLE "MPIO HD300"
409#define UI_WIDTH 286 /* width of GUI window */
410#define UI_HEIGHT 524 /* height of GUI window */
411#define UI_LCD_POSX 64
412#define UI_LCD_POSY 127
413
407#elif defined(APPLICATION) 414#elif defined(APPLICATION)
408#define UI_TITLE "Rockbox" 415#define UI_TITLE "Rockbox"
409#define UI_LCD_POSX 0 416#define UI_LCD_POSX 0