From 092c340a2062fa98b7387fc5fd63578ddae7d0b6 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 15 Jul 2020 19:40:55 -0400 Subject: [1/4] Remove SH support and all archos targets This removes all code specific to SH targets Change-Id: I7980523785d2596e65c06430f4638eec74a06061 --- firmware/target/hosted/sdl/sim-ui-defines.h | 38 +---------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) (limited to 'firmware/target/hosted/sdl') 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 @@ /* colour definitions are R, G, B */ -#if defined(ARCHOS_RECORDER) -#define UI_TITLE "Jukebox Recorder" -#define UI_WIDTH 270 /* width of GUI window */ -#define UI_HEIGHT 406 /* height of GUI window */ -#define UI_LCD_POSX 80 /* x position of lcd */ -#define UI_LCD_POSY 104 /* y position of lcd */ - -#elif defined(ARCHOS_PLAYER) -#define UI_TITLE "Jukebox Player" -#define UI_WIDTH 284 /* width of GUI window */ -#define UI_HEIGHT 420 /* height of GUI window */ -#define UI_LCD_POSX 75 /* x position of lcd */ -#define UI_LCD_POSY 116 /* y position of lcd */ - -#elif defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2) -#define UI_TITLE "Jukebox FM Recorder" -#define UI_WIDTH 285 /* width of GUI window */ -#define UI_HEIGHT 414 /* height of GUI window */ -#define UI_LCD_POSX 87 /* x position of lcd */ -#define UI_LCD_POSY 77 /* y position of lcd */ - -#elif defined(ARCHOS_ONDIOSP) || defined(ARCHOS_ONDIOFM) -#define UI_TITLE "Ondio" -#define UI_WIDTH 155 /* width of GUI window */ -#define UI_HEIGHT 334 /* height of GUI window */ -#define UI_LCD_POSX 21 /* x position of lcd */ -#define UI_LCD_POSY 82 /* y position of lcd */ - -#elif defined(IRIVER_H120) || defined(IRIVER_H100) +#if defined(IRIVER_H120) || defined(IRIVER_H100) #define UI_TITLE "iriver H1x0" #define UI_WIDTH 379 /* width of GUI window */ #define UI_HEIGHT 508 /* height of GUI window */ @@ -238,14 +210,6 @@ #define UI_LCD_POSX 115 /* x position of lcd */ #define UI_LCD_POSY 54 /* y position of lcd */ -#elif defined(ARCHOS_AV300) -#define UI_TITLE "Archos AV300" -/* We are temporarily using a 2bpp LCD driver and dummy bitmap */ -#define UI_WIDTH 420 /* width of GUI window */ -#define UI_HEIGHT 340 /* height of GUI window */ -#define UI_LCD_POSX 50 /* x position of lcd */ -#define UI_LCD_POSY 50 /* y position of lcd */ - #elif defined(MROBE_100) #define UI_TITLE "Olympus M:Robe 100" #define UI_WIDTH 247 /* width of GUI window */ -- cgit v1.2.3