comparison src/ui/bmi/mmiIcons.c @ 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 03ac997d2d43
children e57bfdadf49a
comparison
equal deleted inserted replaced
195:4d9f24c501f3 196:86375353219d
1321 0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00, 1321 0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,
1322 0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00, 1322 0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,
1323 0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00 1323 0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00
1324 }; 1324 };
1325 1325
1326 #ifndef COLOURDISPLAY
1327
1328 #if FC_SPLASH_SCREEN_SMALLBW
1329
1330 static const unsigned char fc_splash_screen_smallbw[] = {
1331 0xFE,0x00,0x00,0x07,0xE0,0x06,0x00,0x00,0x00,0x00,
1332 0xFE,0x00,0x00,0x07,0x70,0x06,0x00,0x00,0x00,0x00,
1333 0xC0,0xD1,0x81,0x8C,0x31,0xC6,0xC3,0x6C,0x38,0x38,
1334 0xC0,0xF7,0xE7,0xEC,0x03,0xF6,0x66,0x7E,0x7E,0xFC,
1335 0xFE,0xC6,0x66,0x6C,0x03,0x36,0x66,0x63,0x66,0xC6,
1336 0xFE,0xCC,0x6C,0x6C,0x00,0x76,0x64,0x63,0x78,0xC6,
1337 0xC0,0xCF,0xEF,0xEC,0x1B,0xF6,0x3C,0x63,0x3E,0xC6,
1338 0xC0,0xCC,0x0C,0x0C,0x36,0x36,0x3C,0x63,0x06,0xC6,
1339 0xC0,0xC6,0x66,0x67,0x77,0x76,0x38,0x77,0x66,0xCE,
1340 0xC0,0xC7,0xC7,0xC3,0xE3,0xF6,0x18,0x7E,0x7E,0x7C,
1341 0x00,0x00,0x00,0x00,0x00,0x00,0x18,0x60,0x00,0x00,
1342 0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x60,0x00,0x00,
1343 0x00,0x00,0x00,0x00,0x00,0x00,0x70,0x60,0x00,0x00,
1344 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
1345 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
1346 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
1347 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
1348 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
1349 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
1350 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
1351 0x00,0x00,0x00,0x18,0x00,0x00,0x00,0x00,0x00,0x00,
1352 0x00,0x00,0x00,0x18,0x0C,0x60,0x00,0x00,0x00,0x00,
1353 0x00,0x00,0x00,0x18,0x00,0x60,0xC0,0x00,0x00,0x00,
1354 0x00,0x00,0x00,0x18,0x0C,0xF3,0xF0,0x00,0x00,0x00,
1355 0x00,0x00,0x00,0x18,0x0C,0x63,0x30,0x00,0x00,0x00,
1356 0x00,0x00,0x00,0x18,0x0C,0x66,0x30,0x00,0x00,0x00,
1357 0x00,0x00,0x00,0x18,0x0C,0x67,0xF0,0x00,0x00,0x00,
1358 0x00,0x00,0x00,0x18,0x0C,0x66,0x00,0x00,0x00,0x00,
1359 0x00,0x00,0x00,0x1F,0xCC,0x63,0x30,0x00,0x00,0x00,
1360 0x00,0x00,0x00,0x1F,0xCC,0x73,0xE0,0x00,0x00,0x00,
1361 };
1362
1363 #else
1364
1326 static const unsigned char TILogo_bw[] = { 1365 static const unsigned char TILogo_bw[] = {
1327 0x00,0x00,0x3F,0xE0,0x00,0x00,0x00, 0x00,0x00,0x3F,0xE0,0x00,0x00,0x00, 0x00,0x00,0x3F,0xE0,0x00,0x00,0x00, 0x00,0x00,0x3F,0xE0,0x00,0x00,0x00, 1366 0x00,0x00,0x3F,0xE0,0x00,0x00,0x00, 0x00,0x00,0x3F,0xE0,0x00,0x00,0x00, 0x00,0x00,0x3F,0xE0,0x00,0x00,0x00, 0x00,0x00,0x3F,0xE0,0x00,0x00,0x00,
1328 0x00,0x00,0x3F,0xE0,0xE0,0x00,0x00, 0x00,0x00,0x3F,0xE0,0xE0,0x00,0x00, 0x00,0x00,0x3F,0xF0,0xE0,0x00,0x00, 0x00,0x00,0x3F,0xF8,0xE0,0x00,0x00, 1367 0x00,0x00,0x3F,0xE0,0xE0,0x00,0x00, 0x00,0x00,0x3F,0xE0,0xE0,0x00,0x00, 0x00,0x00,0x3F,0xF0,0xE0,0x00,0x00, 0x00,0x00,0x3F,0xF8,0xE0,0x00,0x00,
1329 0x00,0x00,0x3F,0xF8,0x07,0xF0,0x00, 0x00,0x00,0x3F,0xF8,0x07,0xF0,0x00, 0x00,0x00,0x3F,0xF1,0xC7,0xF0,0x00, 0x00,0x00,0x3F,0xF3,0xCF,0xF0,0x00, 1368 0x00,0x00,0x3F,0xF8,0x07,0xF0,0x00, 0x00,0x00,0x3F,0xF8,0x07,0xF0,0x00, 0x00,0x00,0x3F,0xF1,0xC7,0xF0,0x00, 0x00,0x00,0x3F,0xF3,0xCF,0xF0,0x00,
1330 0x00,0x00,0x3F,0x83,0xC1,0xF0,0x00, 0x00,0x00,0x3F,0x83,0x81,0xF0,0x00, 0x00,0x00,0x3F,0x83,0x81,0xF8,0x00, 0x00,0xFF,0xFF,0x03,0x81,0xF8,0x00, 1369 0x00,0x00,0x3F,0x83,0xC1,0xF0,0x00, 0x00,0x00,0x3F,0x83,0x81,0xF0,0x00, 0x00,0x00,0x3F,0x83,0x81,0xF8,0x00, 0x00,0xFF,0xFF,0x03,0x81,0xF8,0x00,
1333 0x00,0x07,0xF3,0xC0,0x0F,0xF0,0x00, 0x00,0x03,0xC3,0xC0,0x0F,0xE0,0x00, 0x00,0x01,0xC1,0xE0,0x1F,0x00,0x00, 0x00,0x00,0x00,0xE0,0x3E,0x00,0x00, 1372 0x00,0x07,0xF3,0xC0,0x0F,0xF0,0x00, 0x00,0x03,0xC3,0xC0,0x0F,0xE0,0x00, 0x00,0x01,0xC1,0xE0,0x1F,0x00,0x00, 0x00,0x00,0x00,0xE0,0x3E,0x00,0x00,
1334 0x00,0x00,0x00,0xF8,0xFC,0x00,0x00, 0x00,0x00,0x00,0x7F,0xF8,0x00,0x00, 0x00,0x00,0x00,0x7F,0xF0,0x00,0x00, 0x00,0x00,0x00,0x3F,0xE0,0x00,0x00, 1373 0x00,0x00,0x00,0xF8,0xFC,0x00,0x00, 0x00,0x00,0x00,0x7F,0xF8,0x00,0x00, 0x00,0x00,0x00,0x7F,0xF0,0x00,0x00, 0x00,0x00,0x00,0x3F,0xE0,0x00,0x00,
1335 0x00,0x00,0x00,0x3F,0xE0,0x00,0x00, 0x00,0x00,0x00,0x1F,0xE0,0x00,0x00, 0x00,0x00,0x00,0x0F,0xE0,0x00,0x00, 0x00,0x00,0x00,0x0F,0xE0,0x00,0x00, 1374 0x00,0x00,0x00,0x3F,0xE0,0x00,0x00, 0x00,0x00,0x00,0x1F,0xE0,0x00,0x00, 0x00,0x00,0x00,0x0F,0xE0,0x00,0x00, 0x00,0x00,0x00,0x0F,0xE0,0x00,0x00,
1336 0x00,0x00,0x00,0x03,0xE0,0x00,0x00, 0x00,0x00,0x00,0x03,0xE0,0x00,0x00}; 1375 0x00,0x00,0x00,0x03,0xE0,0x00,0x00, 0x00,0x00,0x00,0x03,0xE0,0x00,0x00};
1337 1376
1338 /* 1377 #endif
1339 0x00,0x3F,0xE0,0x00,0x00, 0x00,0x3F,0xE0,0x00,0x00, 0x00,0x3F,0xE0,0x00,0x00, 0x00,0x3F,0xE0,0x00,0x00, 1378 #endif
1340 0x00,0x3F,0xE0,0xE0,0x00, 0x00,0x3F,0xE0,0xE0,0x00, 0x00,0x3F,0xF0,0xE0,0x00, 0x00,0x3F,0xF8,0xE0,0x00,
1341 0x00,0x3F,0xF8,0x07,0xF0, 0x00,0x3F,0xF8,0x07,0xF0, 0x00,0x3F,0xF1,0xC7,0xF0, 0x00,0x3F,0xF3,0xCF,0xF0,
1342 0x00,0x3F,0x83,0xC1,0xF0, 0x00,0x3F,0x83,0x81,0xF0, 0x00,0x3F,0x83,0x81,0xF8, 0xFF,0xFF,0x03,0x81,0xF8,
1343 0xFF,0xFF,0x03,0x81,0xFC, 0xFF,0xFF,0xE7,0x9F,0xFE, 0x7F,0xFF,0xE7,0x9F,0xFE, 0x3F,0xFF,0xE7,0x1F,0xFE,
1344 0x1F,0xFF,0xEF,0x3F,0xFC, 0x0F,0xFF,0xCF,0x3F,0xFC, 0x07,0xFF,0xCF,0x7F,0xFC, 0x07,0xFF,0xC0,0x27,0xFC,
1345 0x07,0xF3,0xC0,0x0F,0xF0, 0x03,0xC3,0xC0,0x0F,0xE0, 0x01,0xC1,0xE0,0x1F,0x00, 0x00,0x00,0xE0,0x3E,0x00,
1346 0x00,0x00,0xF8,0xFC,0x00, 0x00,0x00,0x7F,0xF8,0x00, 0x00,0x00,0x7F,0xF0,0x00, 0x00,0x00,0x3F,0xE0,0x00,
1347 0x00,0x00,0x3F,0xE0,0x00, 0x00,0x00,0x1F,0xE0,0x00, 0x00,0x00,0x0F,0xE0,0x00, 0x00,0x00,0x0F,0xE0,0x00,
1348 0x00,0x00,0x03,0xE0,0x00, 0x00,0x00,0x03,0xE0,0x00 };*/
1349 1379
1350 /* May 30, 2006 REF:OMAPS00079650 a0393213 (R.Prabakar) 1380 /* May 30, 2006 REF:OMAPS00079650 a0393213 (R.Prabakar)
1351 Description : CPHS Roaming indication feature implementation 1381 Description : CPHS Roaming indication feature implementation
1352 Solution : As part of this implementation, here we adding the hexdump of the roaming icon(small yellow triangle)*/ 1382 Solution : As part of this implementation, here we adding the hexdump of the roaming icon(small yellow triangle)*/
1353 1383
1636 #endif 1666 #endif
1637 1667
1638 #ifndef COLOURDISPLAY 1668 #ifndef COLOURDISPLAY
1639 const MfwIcnAttr goodbye_Attr [animGoodbye] = /* all goodby icon attributes */ 1669 const MfwIcnAttr goodbye_Attr [animGoodbye] = /* all goodby icon attributes */
1640 { 1670 {
1671 #if FC_SPLASH_SCREEN_SMALLBW
1672 { {WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y, 80, 30}, 1, COLOUR_STATUS_GOODBYE,
1673 ICON_TYPE_1BIT_UNPACKED, (char *) fc_splash_screen_smallbw},
1674 { {WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y, 80, 30}, 1, COLOUR_STATUS_GOODBYE,
1675 ICON_TYPE_1BIT_UNPACKED, (char *) fc_splash_screen_smallbw},
1676 { {WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y, 80, 30}, 1, COLOUR_STATUS_GOODBYE,
1677 ICON_TYPE_1BIT_UNPACKED, (char *) fc_splash_screen_smallbw},
1678 { {WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y, 80, 30}, 1, COLOUR_STATUS_GOODBYE,
1679 ICON_TYPE_1BIT_UNPACKED, (char *) fc_splash_screen_smallbw},
1680 { {WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y, 80, 30}, 1, COLOUR_STATUS_GOODBYE,
1681 ICON_TYPE_1BIT_UNPACKED, (char *) fc_splash_screen_smallbw},
1682 { {WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y, 80, 30}, 1, COLOUR_STATUS_GOODBYE,
1683 ICON_TYPE_1BIT_UNPACKED, (char *) fc_splash_screen_smallbw},
1684 { {WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y, 80, 30}, 1, COLOUR_STATUS_GOODBYE,
1685 ICON_TYPE_1BIT_UNPACKED, (char *) fc_splash_screen_smallbw},
1686 { {WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y, 80, 30}, 1, COLOUR_STATUS_GOODBYE,
1687 ICON_TYPE_1BIT_UNPACKED, (char *) fc_splash_screen_smallbw},
1688 { {WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y, 80, 30}, 1, COLOUR_STATUS_GOODBYE,
1689 ICON_TYPE_1BIT_UNPACKED, (char *) fc_splash_screen_smallbw},
1690 { {WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y, 80, 30}, 1, COLOUR_STATUS_GOODBYE,
1691 ICON_TYPE_1BIT_UNPACKED, (char *) fc_splash_screen_smallbw}
1692 #else
1641 #if 0 1693 #if 0
1642 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y+1, 56, 42 }, 1, COLOUR_STATUS_GOODBYE, ICON_TYPE_1BIT_UNPACKED, (char *) animframe8 }, 1694 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y+1, 56, 42 }, 1, COLOUR_STATUS_GOODBYE, ICON_TYPE_1BIT_UNPACKED, (char *) animframe8 },
1643 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y+1, 56, 42 }, 1, COLOUR_STATUS_GOODBYE, ICON_TYPE_1BIT_UNPACKED, (char *) animframe7 }, 1695 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y+1, 56, 42 }, 1, COLOUR_STATUS_GOODBYE, ICON_TYPE_1BIT_UNPACKED, (char *) animframe7 },
1644 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y+4, 56, 36 }, 1, COLOUR_STATUS_GOODBYE, ICON_TYPE_1BIT_UNPACKED, (char *) animframe6 }, 1696 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y+4, 56, 36 }, 1, COLOUR_STATUS_GOODBYE, ICON_TYPE_1BIT_UNPACKED, (char *) animframe6 },
1645 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y+6, 56, 32 }, 1, COLOUR_STATUS_GOODBYE, ICON_TYPE_1BIT_UNPACKED, (char *) animframe5 }, 1697 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y+6, 56, 32 }, 1, COLOUR_STATUS_GOODBYE, ICON_TYPE_1BIT_UNPACKED, (char *) animframe5 },
1659 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y , 56, 38 }, 1, COLOUR_STATUS_GOODBYE, ICON_TYPE_1BIT_UNPACKED, (char *)&TILogo_bw[0] }, 1711 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y , 56, 38 }, 1, COLOUR_STATUS_GOODBYE, ICON_TYPE_1BIT_UNPACKED, (char *)&TILogo_bw[0] },
1660 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y , 56, 38 }, 1, COLOUR_STATUS_GOODBYE, ICON_TYPE_1BIT_UNPACKED, (char *)&TILogo_bw[0] }, 1712 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y , 56, 38 }, 1, COLOUR_STATUS_GOODBYE, ICON_TYPE_1BIT_UNPACKED, (char *)&TILogo_bw[0] },
1661 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y , 56, 38 }, 1, COLOUR_STATUS_GOODBYE, ICON_TYPE_1BIT_UNPACKED, (char *)&TILogo_bw[0] }, 1713 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y , 56, 38 }, 1, COLOUR_STATUS_GOODBYE, ICON_TYPE_1BIT_UNPACKED, (char *)&TILogo_bw[0] },
1662 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y , 56, 38 }, 1, COLOUR_STATUS_GOODBYE, ICON_TYPE_1BIT_UNPACKED, (char *)&TILogo_bw[0] } 1714 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y , 56, 38 }, 1, COLOUR_STATUS_GOODBYE, ICON_TYPE_1BIT_UNPACKED, (char *)&TILogo_bw[0] }
1663 #endif 1715 #endif
1716 #endif
1664 }; 1717 };
1665 1718
1666 const MfwIcnAttr welcome_Attr [animwelcome] = 1719 const MfwIcnAttr welcome_Attr [animwelcome] =
1667 { 1720 {
1721 #if FC_SPLASH_SCREEN_SMALLBW
1722 { {WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y, 80, 30}, 1, COLOUR_STATUS_WELCOME,
1723 ICON_TYPE_1BIT_UNPACKED, (char *) fc_splash_screen_smallbw},
1724 { {WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y, 80, 30}, 1, COLOUR_STATUS_WELCOME,
1725 ICON_TYPE_1BIT_UNPACKED, (char *) fc_splash_screen_smallbw},
1726 { {WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y, 80, 30}, 1, COLOUR_STATUS_WELCOME,
1727 ICON_TYPE_1BIT_UNPACKED, (char *) fc_splash_screen_smallbw},
1728 { {WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y, 80, 30}, 1, COLOUR_STATUS_WELCOME,
1729 ICON_TYPE_1BIT_UNPACKED, (char *) fc_splash_screen_smallbw},
1730 { {WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y, 80, 30}, 1, COLOUR_STATUS_WELCOME,
1731 ICON_TYPE_1BIT_UNPACKED, (char *) fc_splash_screen_smallbw},
1732 { {WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y, 80, 30}, 1, COLOUR_STATUS_WELCOME,
1733 ICON_TYPE_1BIT_UNPACKED, (char *) fc_splash_screen_smallbw},
1734 { {WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y, 80, 30}, 1, COLOUR_STATUS_WELCOME,
1735 ICON_TYPE_1BIT_UNPACKED, (char *) fc_splash_screen_smallbw},
1736 { {WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y, 80, 30}, 1, COLOUR_STATUS_WELCOME,
1737 ICON_TYPE_1BIT_UNPACKED, (char *) fc_splash_screen_smallbw},
1738 { {WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y, 80, 30}, 1, COLOUR_STATUS_WELCOME,
1739 ICON_TYPE_1BIT_UNPACKED, (char *) fc_splash_screen_smallbw},
1740 { {WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y, 80, 30}, 1, COLOUR_STATUS_WELCOME,
1741 ICON_TYPE_1BIT_UNPACKED, (char *) fc_splash_screen_smallbw}
1742 #else
1668 #if 0 1743 #if 0
1669 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y+26, 56, 4 }, 1, COLOUR_STATUS_WELCOME, ICON_TYPE_1BIT_UNPACKED, (char *) animframe01 }, 1744 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y+26, 56, 4 }, 1, COLOUR_STATUS_WELCOME, ICON_TYPE_1BIT_UNPACKED, (char *) animframe01 },
1670 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y+22, 56, 9 }, 1, COLOUR_STATUS_WELCOME, ICON_TYPE_1BIT_UNPACKED, (char *) animframe0 }, 1745 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y+22, 56, 9 }, 1, COLOUR_STATUS_WELCOME, ICON_TYPE_1BIT_UNPACKED, (char *) animframe0 },
1671 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y+13, 56, 19 }, 1, COLOUR_STATUS_WELCOME, ICON_TYPE_1BIT_UNPACKED, (char *) animframe1 }, 1746 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y+13, 56, 19 }, 1, COLOUR_STATUS_WELCOME, ICON_TYPE_1BIT_UNPACKED, (char *) animframe1 },
1672 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y+12, 56, 21 }, 1, COLOUR_STATUS_WELCOME, ICON_TYPE_1BIT_UNPACKED, (char *) animframe2 }, 1747 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y+12, 56, 21 }, 1, COLOUR_STATUS_WELCOME, ICON_TYPE_1BIT_UNPACKED, (char *) animframe2 },
1686 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y , 56, 38 }, 1, COLOUR_STATUS_WELCOME, ICON_TYPE_1BIT_UNPACKED, (char *)&TILogo_bw[0] }, 1761 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y , 56, 38 }, 1, COLOUR_STATUS_WELCOME, ICON_TYPE_1BIT_UNPACKED, (char *)&TILogo_bw[0] },
1687 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y , 56, 38 }, 1, COLOUR_STATUS_WELCOME, ICON_TYPE_1BIT_UNPACKED, (char *)&TILogo_bw[0] }, 1762 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y , 56, 38 }, 1, COLOUR_STATUS_WELCOME, ICON_TYPE_1BIT_UNPACKED, (char *)&TILogo_bw[0] },
1688 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y , 56, 38 }, 1, COLOUR_STATUS_WELCOME, ICON_TYPE_1BIT_UNPACKED, (char *)&TILogo_bw[0] }, 1763 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y , 56, 38 }, 1, COLOUR_STATUS_WELCOME, ICON_TYPE_1BIT_UNPACKED, (char *)&TILogo_bw[0] },
1689 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y , 56, 38 }, 1, COLOUR_STATUS_WELCOME, ICON_TYPE_1BIT_UNPACKED, (char *)&TILogo_bw[0] } 1764 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y , 56, 38 }, 1, COLOUR_STATUS_WELCOME, ICON_TYPE_1BIT_UNPACKED, (char *)&TILogo_bw[0] }
1690 #endif 1765 #endif
1766 #endif
1691 }; 1767 };
1692 1768
1693 #else 1769 #else
1694 1770
1695 const MfwIcnAttr welcome_Attr [animwelcome] = 1771 const MfwIcnAttr welcome_Attr [animwelcome] =
1696 { 1772 {
1697 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y , 176, 60 }, 1, COLOUR_ICON_XX, ICON_TYPE_256_COL, (char *)&TIlogColour[0] }, 1773 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y , 176, 60 }, 1, COLOUR_ICON_XX, ICON_TYPE_256_COL, (char *)&TIlogColour[0] },
1698 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y , 176, 60 }, 1, COLOUR_ICON_XX, ICON_TYPE_256_COL, (char *)&TIlogColour[0] } 1774 { { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y , 176, 60 }, 1, COLOUR_ICON_XX, ICON_TYPE_256_COL, (char *)&TIlogColour[0] }
1699 1775
1700 }; 1776 };
1701 /* GW #1471 11/12/02 - Add TI logo as powerdown animation */ 1777 /* GW #1471 11/12/02 - Add TI logo as powerdown animation */
1702 const MfwIcnAttr goodbye_Attr [animGoodbye] = /* all goodby icon attributes */ 1778 const MfwIcnAttr goodbye_Attr [animGoodbye] = /* all goodby icon attributes */
1884 { 0, 12, 96, 96 }, 1, COLOUR_ICON_XX, ICON_TYPE_256_COL, (char *) wap96x96_bmp 1960 { 0, 12, 96, 96 }, 1, COLOUR_ICON_XX, ICON_TYPE_256_COL, (char *) wap96x96_bmp
1885 #endif 1961 #endif
1886 #endif 1962 #endif
1887 }; 1963 };
1888 1964
1965 #if 0
1889 MfwIcnAttr mainIconGoodbye = 1966 MfwIcnAttr mainIconGoodbye =
1890 { 1967 {
1891 // { 13, 0, 56, 48 }, 1, COLOUR_ICON_XX, ICON_TYPE_1BIT_UNPACKED, (char *) animframe8 1968 // { 13, 0, 56, 48 }, 1, COLOUR_ICON_XX, ICON_TYPE_1BIT_UNPACKED, (char *) animframe8
1892 { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y , 56, 38 }, 1, COLOUR_STATUS_WELCOME, ICON_TYPE_1BIT_UNPACKED, (char *)&TILogo_bw[0] 1969 { WELCOME_ANI_POS_X, WELCOME_ANI_POS_Y , 56, 38 }, 1, COLOUR_STATUS_WELCOME, ICON_TYPE_1BIT_UNPACKED, (char *)&TILogo_bw[0]
1893 }; 1970 };
1971 #endif
1894 1972
1895 #ifdef EASY_TEXT_ENABLED 1973 #ifdef EASY_TEXT_ENABLED
1896 1974
1897 /* API - 03/09/03 - SPR2383 - Edit the px and py positons so that the icon is in themiddle of the screen for 1.7.0*/ 1975 /* API - 03/09/03 - SPR2383 - Edit the px and py positons so that the icon is in themiddle of the screen for 1.7.0*/
1898 #ifdef COLOURDISPLAY 1976 #ifdef COLOURDISPLAY