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

Dependents:   YATTT sd_map_test cPong SnowDemo ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers palRainbow.cpp Source File

palRainbow.cpp

00001 #include "PokittoPalettes.h"
00002 
00003 const unsigned char paletteRainbow[48] = {
00004 0xfb,0x00,0x25,
00005 0xfb,0x00,0x70,
00006 0xfb,0x00,0xeb,
00007 0x8f,0x00,0xff,
00008 0x3d,0x00,0xff,
00009 0x00,0x00,0xff,
00010 0x09,0x54,0xff,
00011 0x17,0xb5,0xff,
00012 0x22,0xff,0xc4,
00013 0x22,0xff,0x52,
00014 0x24,0xff,0x06,
00015 0x5d,0xff,0x07,
00016 0xa3,0xff,0x09,
00017 0xf6,0xff,0x0a,
00018 0xfe,0xc2,0x09,
00019 0xfc,0x62,0x08
00020 };
00021 
00022