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.

Revision:
0:e8b8f36b4505
diff -r 000000000000 -r e8b8f36b4505 POKITTO_CORE/PALETTES/palMono.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/POKITTO_CORE/PALETTES/palMono.cpp	Mon Sep 18 11:47:51 2017 +0000
@@ -0,0 +1,24 @@
+#include "PokittoPalettes.h"
+
+const unsigned char paletteMono[48] = {
+0xFF,0xFF,0xFF, //white
+0xAA,0xAA,0xAA, //light gray
+0x55,0x55,0x55, //dark gray
+0x00,0x00,0x00, //black
+
+0xFF,0xea,0xed, //white ffeaed
+0xA1,0xce,0xe8, //light gray a1cee8
+0x00,0x92,0xb6, //dark gray 0092b6
+0x66,0x00,0x5f, //black 66005f
+
+0xed,0xFf,0xea, //white edffea
+0xff,0xb1,0xe2, //light gray efa1ce ffb1e2
+0xb6,0x00,0x92, //dark gray b60092
+0x5f,0x66,0x00, //black 5f6600
+
+0xFF,0xFF,0xFF, //white
+0xAA,0xAA,0xAA, //light gray
+0x55,0x55,0x55, //dark gray
+0x00,0x00,0x00, //black
+};
+