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 926356dd9f..c44fea54b7 100644
--- a/firmware/target/hosted/sdl/sim-ui-defines.h
+++ b/firmware/target/hosted/sdl/sim-ui-defines.h
@@ -333,6 +333,13 @@
333#define UI_LCD_POSX 143 /* x position of lcd */ 333#define UI_LCD_POSX 143 /* x position of lcd */
334#define UI_LCD_POSY 27 /* y position of lcd */ 334#define UI_LCD_POSY 27 /* y position of lcd */
335 335
336#elif defined(PHILIPS_HDD6330)
337#define UI_TITLE "Philips GoGear HDD63X0"
338#define UI_WIDTH 400 /* width of GUI window */
339#define UI_HEIGHT 614 /* height of GUI window */
340#define UI_LCD_POSX 89 /* x position of lcd */
341#define UI_LCD_POSY 113 /* y position of lcd */
342
336#elif defined(SANSA_M200V4) 343#elif defined(SANSA_M200V4)
337#define UI_TITLE "sansa m200v4" 344#define UI_TITLE "sansa m200v4"
338#define UI_WIDTH 350 /* width of GUI window */ 345#define UI_WIDTH 350 /* width of GUI window */