PokittoLib with changes to lcd refresh etc.

Dependents:   Pokittris

Fork of Pokitto by Pokitto Community Team

This is a fork by user @Spinal, and is used in Pokittris for testing. Do not import this to your own program.

POKITTO_CORE/PALETTES/palDefault.cpp

Committer:
spinal
Date:
2017-10-15
Revision:
11:02ad9c807a21
Parent:
0:e8b8f36b4505

File content as of revision 11:02ad9c807a21:

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