source: svn/newcon3bcm2_21bu/nexus/app/nanotv/bapp_palette.c @ 47

Last change on this file since 47 was 47, checked in by megakiss, 11 years ago

459Mhz로 OTC 주파수 변경

  • Property svn:executable set to *
File size: 298 bytes
Line 
1const unsigned int g_palette[] =
2{
3        0x00000000,0xFF101010,0xA5101010,0xFFb4b4b4,
4        0xFF000033,0xFF000044,0xFF000022,0xFFc0a601,
5        0xFFc3b306,0xFFddbe11,0xFFC6AA21,0xFFF2EBC1,
6        0xFF0FE355,0xF0FFFF00,0xF000FFFF,0xF0FFFFFF
7};
8const unsigned int g_palette_size = sizeof(g_palette)/sizeof(g_palette[0]);
9
Note: See TracBrowser for help on using the repository browser.