PokittoLib is the library needed for programming the Pokitto DIY game console (www.pokitto.com)

Dependents:   YATTT sd_map_test cPong SnowDemo ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers palDB16.cpp Source File

palDB16.cpp

00001 #include "PokittoPalettes.h"
00002 
00003 const unsigned char paletteDB16[48] = {
00004 0x14,0x0C,0x1C, //140c1c
00005 0x44,0x24,0x34, //442434
00006 0x30,0x34,0x6D, //30346d
00007 0x4E,0x4A,0x4E, //4e4a4e
00008 
00009 0x85,0x4C,0x30, //854c30
00010 0x34,0x65,0x24, //346524
00011 0xD0,0x46,0x48, //d04648
00012 0x75,0x71,0x61, //757161
00013 
00014 0x59,0x7D,0xCE, //597dce
00015 0xD2,0x7D,0x2C, //d27d2c
00016 0x85,0x95,0xA1, //8595a1
00017 0x6D,0xAA,0x2C, //6daa2c
00018 
00019 0xD2,0xAA,0x99, //d2aa99
00020 0x6D,0xC2,0xCA, //6dc2ca
00021 0xDA,0xD4,0x5E, //dad45e
00022 0xDE,0xEE,0xD6  //deeed6
00023 };
00024