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

POKITTO_CORE/PALETTES/palDefault.cpp

Committer:
spinal
Date:
2018-11-18
Revision:
64:6e6c6c2b664e
Parent:
0:e8b8f36b4505

File content as of revision 64:6e6c6c2b664e:

#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 !
};