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/palPico.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/POKITTO_CORE/PALETTES/palPico.cpp	Mon Sep 18 11:47:51 2017 +0000
@@ -0,0 +1,28 @@
+#include "PokittoPalettes.h"
+
+const unsigned char palettePico[16*3] = {
+    0,0,0,
+    29,43,83,
+    126,37,83,
+    0,135,81,
+
+    171,82,54,
+    95,87,79,
+    194,195,199,
+    255,241,232,
+
+    255,0,77,
+    255,163,0,
+    255,240,36,
+    0,231,86,
+
+    41,173,255,
+    131,118,156,
+    255,119,168,
+    255,204,170
+};
+
+
+
+
+