comparison src/ui/bmi/mmiResources.h @ 196:86375353219d

bmi for smallbw: new FC splash screen integrated
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 28 Mar 2021 22:34:49 +0000
parents 62480f597962
children
comparison
equal deleted inserted replaced
195:4d9f24c501f3 196:86375353219d
330 #define GAME_WINPOSX1 (SCREEN_SIZE_X/2-12) 330 #define GAME_WINPOSX1 (SCREEN_SIZE_X/2-12)
331 #define GAME_WINPOSX2 (SCREEN_SIZE_X/2+12) 331 #define GAME_WINPOSX2 (SCREEN_SIZE_X/2+12)
332 #define GAME_WINPOSY1 (0) 332 #define GAME_WINPOSY1 (0)
333 #define GAME_WINPOSY2 (0) 333 #define GAME_WINPOSY2 (0)
334 334
335 335 #endif
336 #endif 336
337 #define FC_SPLASH_SCREEN_SMALLBW 1
337 338
338 #ifndef COLOURDISPLAY 339 #ifndef COLOURDISPLAY
339 340
341 #if FC_SPLASH_SCREEN_SMALLBW
342 #define WELCOME_ANI_POS_X 8
343 #define WELCOME_ANI_POS_Y 14
344 #else
340 #define WELCOME_ANI_POS_X (SCREEN_SIZE_X - 56 )/2 345 #define WELCOME_ANI_POS_X (SCREEN_SIZE_X - 56 )/2
341 #define WELCOME_ANI_POS_Y (SCREEN_SIZE_Y - (42+4))/2 346 #define WELCOME_ANI_POS_Y (SCREEN_SIZE_Y - (42+4))/2
347 #endif
348
342 #else 349 #else
350
343 #define WELCOME_ANI_POS_X ((SCREEN_SIZE_X - 176 )/2) 351 #define WELCOME_ANI_POS_X ((SCREEN_SIZE_X - 176 )/2)
344 #define WELCOME_ANI_POS_Y ((SCREEN_SIZE_Y - 60)/3) //top 1/3 of screen 352 #define WELCOME_ANI_POS_Y ((SCREEN_SIZE_Y - 60)/3) //top 1/3 of screen
345 #endif 353
354 #endif
355
346 //Definitions for 'pop-up' windows with 1/2 lines of text 356 //Definitions for 'pop-up' windows with 1/2 lines of text
347 #define DLG_WINDOW1_LINE 10,20,60,30, 0 357 #define DLG_WINDOW1_LINE 10,20,60,30, 0
348 #define DLG_WINDOW2_LINE 10,20,60,45, 0 358 #define DLG_WINDOW2_LINE 10,20,60,45, 0
349 359
350 /*NDH - 13/01/04 - CQ 16753 - Redefine these values in accordance with GSM 03.40, para 9.2.3.12.1 */ 360 /*NDH - 13/01/04 - CQ 16753 - Redefine these values in accordance with GSM 03.40, para 9.2.3.12.1 */