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

palDefault.cpp

00001 #include "PokittoPalettes.h"
00002 
00003 const unsigned char paletteDefault[] = {
00004         6,8,32,0, // width, height, start, only caps
00005         0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,  // Code for char
00006         0x01, 0x5F, 0x00, 0x00, 0x00, 0x00, 0x00,  // Code for char !
00007 };
00008 
00009 
00010