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/palDefault.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/POKITTO_CORE/PALETTES/palDefault.cpp	Mon Sep 18 11:47:51 2017 +0000
@@ -0,0 +1,10 @@
+#include "PokittoPalettes.h"
+
+const unsigned char paletteDefault[] = {
+        6,8,32,0, // width, height, start, only caps
+        0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,  // Code for char
+        0x01, 0x5F, 0x00, 0x00, 0x00, 0x00, 0x00,  // Code for char !
+};
+
+
+