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

Dependents:   Sensitive

Fork of PokittoLib by Jonne Valola

POKITTO_CORE/PALETTES/palDefault.cpp

Committer:
spinal
Date:
2017-10-18
Revision:
15:0bbe8f6fae32
Parent:
0:e8b8f36b4505

File content as of revision 15:0bbe8f6fae32:

#include "PokittoPalettes.h"

const unsigned char paletteDefault[] = {
        6,8,32,0, // width, height, start, only caps
        0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,  // Code for char
        0x01, 0x5F, 0x00, 0x00, 0x00, 0x00, 0x00,  // Code for char !
};