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

Dependents:   Sensitive

Fork of PokittoLib by Jonne Valola

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers palMagma.cpp Source File

palMagma.cpp

00001 #include "PokittoPalettes.h"
00002 
00003 const unsigned char paletteMagma[48] = {
00004 0xfb,0xff,0xb2,
00005 0xfc,0xda,0x90,
00006 0xfc,0xad,0x6e,
00007 0xfa,0x82,0x56,
00008 0xf2,0x57,0x4a,
00009 0xe7,0x43,0x4c,
00010 0xc4,0x2a,0x5c,
00011 0xa7,0x20,0x66,
00012 0x89,0x19,0x6c,
00013 0x6e,0x12,0x6e,
00014 0x62,0x0d,0x6e,
00015 0x53,0x06,0x6d,
00016 0x3f,0x00,0x69,
00017 0x2a,0x00,0x5b,
00018 0x18,0x0b,0x3a,
00019 0x06,0x04,0x11
00020 };
00021