diff options
Diffstat (limited to 'firmware/target/hosted')
-rw-r--r-- | firmware/target/hosted/sdl/sim-ui-defines.h | 38 |
1 files changed, 1 insertions, 37 deletions
diff --git a/firmware/target/hosted/sdl/sim-ui-defines.h b/firmware/target/hosted/sdl/sim-ui-defines.h index 23825f318b..808804c01f 100644 --- a/firmware/target/hosted/sdl/sim-ui-defines.h +++ b/firmware/target/hosted/sdl/sim-ui-defines.h | |||
@@ -28,35 +28,7 @@ | |||
28 | 28 | ||
29 | /* colour definitions are R, G, B */ | 29 | /* colour definitions are R, G, B */ |
30 | 30 | ||
31 | #if defined(ARCHOS_RECORDER) | 31 | #if defined(IRIVER_H120) || defined(IRIVER_H100) |
32 | #define UI_TITLE "Jukebox Recorder" | ||
33 | #define UI_WIDTH 270 /* width of GUI window */ | ||
34 | #define UI_HEIGHT 406 /* height of GUI window */ | ||
35 | #define UI_LCD_POSX 80 /* x position of lcd */ | ||
36 | #define UI_LCD_POSY 104 /* y position of lcd */ | ||
37 | |||
38 | #elif defined(ARCHOS_PLAYER) | ||
39 | #define UI_TITLE "Jukebox Player" | ||
40 | #define UI_WIDTH 284 /* width of GUI window */ | ||
41 | #define UI_HEIGHT 420 /* height of GUI window */ | ||
42 | #define UI_LCD_POSX 75 /* x position of lcd */ | ||
43 | #define UI_LCD_POSY 116 /* y position of lcd */ | ||
44 | |||
45 | #elif defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2) | ||
46 | #define UI_TITLE "Jukebox FM Recorder" | ||
47 | #define UI_WIDTH 285 /* width of GUI window */ | ||
48 | #define UI_HEIGHT 414 /* height of GUI window */ | ||
49 | #define UI_LCD_POSX 87 /* x position of lcd */ | ||
50 | #define UI_LCD_POSY 77 /* y position of lcd */ | ||
51 | |||
52 | #elif defined(ARCHOS_ONDIOSP) || defined(ARCHOS_ONDIOFM) | ||
53 | #define UI_TITLE "Ondio" | ||
54 | #define UI_WIDTH 155 /* width of GUI window */ | ||
55 | #define UI_HEIGHT 334 /* height of GUI window */ | ||
56 | #define UI_LCD_POSX 21 /* x position of lcd */ | ||
57 | #define UI_LCD_POSY 82 /* y position of lcd */ | ||
58 | |||
59 | #elif defined(IRIVER_H120) || defined(IRIVER_H100) | ||
60 | #define UI_TITLE "iriver H1x0" | 32 | #define UI_TITLE "iriver H1x0" |
61 | #define UI_WIDTH 379 /* width of GUI window */ | 33 | #define UI_WIDTH 379 /* width of GUI window */ |
62 | #define UI_HEIGHT 508 /* height of GUI window */ | 34 | #define UI_HEIGHT 508 /* height of GUI window */ |
@@ -238,14 +210,6 @@ | |||
238 | #define UI_LCD_POSX 115 /* x position of lcd */ | 210 | #define UI_LCD_POSX 115 /* x position of lcd */ |
239 | #define UI_LCD_POSY 54 /* y position of lcd */ | 211 | #define UI_LCD_POSY 54 /* y position of lcd */ |
240 | 212 | ||
241 | #elif defined(ARCHOS_AV300) | ||
242 | #define UI_TITLE "Archos AV300" | ||
243 | /* We are temporarily using a 2bpp LCD driver and dummy bitmap */ | ||
244 | #define UI_WIDTH 420 /* width of GUI window */ | ||
245 | #define UI_HEIGHT 340 /* height of GUI window */ | ||
246 | #define UI_LCD_POSX 50 /* x position of lcd */ | ||
247 | #define UI_LCD_POSY 50 /* y position of lcd */ | ||
248 | |||
249 | #elif defined(MROBE_100) | 213 | #elif defined(MROBE_100) |
250 | #define UI_TITLE "Olympus M:Robe 100" | 214 | #define UI_TITLE "Olympus M:Robe 100" |
251 | #define UI_WIDTH 247 /* width of GUI window */ | 215 | #define UI_WIDTH 247 /* width of GUI window */ |