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 paletteRainbow[48] = {
Pokitto 0:e8b8f36b4505 4 0xfb,0x00,0x25,
Pokitto 0:e8b8f36b4505 5 0xfb,0x00,0x70,
Pokitto 0:e8b8f36b4505 6 0xfb,0x00,0xeb,
Pokitto 0:e8b8f36b4505 7 0x8f,0x00,0xff,
Pokitto 0:e8b8f36b4505 8 0x3d,0x00,0xff,
Pokitto 0:e8b8f36b4505 9 0x00,0x00,0xff,
Pokitto 0:e8b8f36b4505 10 0x09,0x54,0xff,
Pokitto 0:e8b8f36b4505 11 0x17,0xb5,0xff,
Pokitto 0:e8b8f36b4505 12 0x22,0xff,0xc4,
Pokitto 0:e8b8f36b4505 13 0x22,0xff,0x52,
Pokitto 0:e8b8f36b4505 14 0x24,0xff,0x06,
Pokitto 0:e8b8f36b4505 15 0x5d,0xff,0x07,
Pokitto 0:e8b8f36b4505 16 0xa3,0xff,0x09,
Pokitto 0:e8b8f36b4505 17 0xf6,0xff,0x0a,
Pokitto 0:e8b8f36b4505 18 0xfe,0xc2,0x09,
Pokitto 0:e8b8f36b4505 19 0xfc,0x62,0x08
Pokitto 0:e8b8f36b4505 20 };
Pokitto 0:e8b8f36b4505 21
Pokitto 0:e8b8f36b4505 22