PokittoLib is the library needed for programming the Pokitto DIY game console (www.pokitto.com)
Dependents: YATTT sd_map_test cPong SnowDemo ... more
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
Generated on Tue Jul 12 2022 11:20:33 by 1.7.2