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

Dependents:   Sensitive

Fork of PokittoLib by Jonne Valola

Committer:
spinal
Date:
Wed Oct 18 14:47:54 2017 +0000
Revision:
15:0bbe8f6fae32
Parent:
0:e8b8f36b4505
direct lcd stuff used by sensitive

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Pokitto 0:e8b8f36b4505 1 #include "PokittoPalettes.h"
Pokitto 0:e8b8f36b4505 2
Pokitto 0:e8b8f36b4505 3 const unsigned char paletteDefault[] = {
Pokitto 0:e8b8f36b4505 4 6,8,32,0, // width, height, start, only caps
Pokitto 0:e8b8f36b4505 5 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char
Pokitto 0:e8b8f36b4505 6 0x01, 0x5F, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char !
Pokitto 0:e8b8f36b4505 7 };
Pokitto 0:e8b8f36b4505 8
Pokitto 0:e8b8f36b4505 9
Pokitto 0:e8b8f36b4505 10