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

Dependents:   Sensitive

Fork of PokittoLib by Jonne Valola

POKITTO_CORE/PALETTES/palMagma.cpp

Committer:
spinal
Date:
2017-10-18
Revision:
15:0bbe8f6fae32
Parent:
0:e8b8f36b4505

File content as of revision 15:0bbe8f6fae32:

#include "PokittoPalettes.h"

const unsigned char paletteMagma[48] = {
0xfb,0xff,0xb2,
0xfc,0xda,0x90,
0xfc,0xad,0x6e,
0xfa,0x82,0x56,
0xf2,0x57,0x4a,
0xe7,0x43,0x4c,
0xc4,0x2a,0x5c,
0xa7,0x20,0x66,
0x89,0x19,0x6c,
0x6e,0x12,0x6e,
0x62,0x0d,0x6e,
0x53,0x06,0x6d,
0x3f,0x00,0x69,
0x2a,0x00,0x5b,
0x18,0x0b,0x3a,
0x06,0x04,0x11
};