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 palPico.cpp Source File

palPico.cpp

00001 #include "PokittoPalettes.h"
00002 
00003 const unsigned char palettePico[16*3] = {
00004     0,0,0,
00005     29,43,83,
00006     126,37,83,
00007     0,135,81,
00008 
00009     171,82,54,
00010     95,87,79,
00011     194,195,199,
00012     255,241,232,
00013 
00014     255,0,77,
00015     255,163,0,
00016     255,240,36,
00017     0,231,86,
00018 
00019     41,173,255,
00020     131,118,156,
00021     255,119,168,
00022     255,204,170
00023 };
00024 
00025 
00026 
00027 
00028