PokittoLib with changes to lcd refresh etc.
Fork of Pokitto by
This is a fork by user @Spinal, and is used in Pokittris for testing. Do not import this to your own program.
Diff: POKITTO_CORE/PALETTES/palRainbow.cpp
- Revision:
- 0:e8b8f36b4505
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/POKITTO_CORE/PALETTES/palRainbow.cpp Mon Sep 18 11:47:51 2017 +0000 @@ -0,0 +1,22 @@ +#include "PokittoPalettes.h" + +const unsigned char paletteRainbow[48] = { +0xfb,0x00,0x25, +0xfb,0x00,0x70, +0xfb,0x00,0xeb, +0x8f,0x00,0xff, +0x3d,0x00,0xff, +0x00,0x00,0xff, +0x09,0x54,0xff, +0x17,0xb5,0xff, +0x22,0xff,0xc4, +0x22,0xff,0x52, +0x24,0xff,0x06, +0x5d,0xff,0x07, +0xa3,0xff,0x09, +0xf6,0xff,0x0a, +0xfe,0xc2,0x09, +0xfc,0x62,0x08 +}; + +