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

POKITTO_CORE/PALETTES/palAction.cpp

Committer:
Pokitto
Date:
2017-09-18
Revision:
0:e8b8f36b4505

File content as of revision 0:e8b8f36b4505:

#include "PokittoPalettes.h"

// A palette with blue and silver gradients and color highlights for shooter games

const unsigned char paletteAction[48] = {
0x04,0x07,0x1f,
0x05,0x05,0x5f,
0x0e,0x09,0x93,
0x18,0x22,0xc4,
0x53,0xa5,0x4a,
0xef,0xbc,0x2b,
0xaf,0x50,0x26,
0x8f,0x11,0x0e,
0x14,0x20,0x38,
0x23,0x34,0x4f,
0x32,0x48,0x66,
0x47,0x62,0x8c,
0x66,0x7d,0xc7,
0x4b,0xa9,0xd1,
0x15,0xc9,0xda,
0xb8,0xed,0xfb
};