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:
10:8cde5d0bafad
Parent:
9:570fdd653f1d
diff -r 570fdd653f1d -r 8cde5d0bafad POKITTO_CORE/PokittoDisplay.h
--- a/POKITTO_CORE/PokittoDisplay.h	Sun Oct 15 16:13:07 2017 +0000
+++ b/POKITTO_CORE/PokittoDisplay.h	Sun Oct 15 16:50:56 2017 +0000
@@ -192,6 +192,9 @@
     static void scroll(int16_t);
     /** Fill display buffer */
     static void fillScreen(uint16_t);
+    
+	static void updateRegion(int16_t x, int16_t y,int16_t x2, int16_t y2);
+    
     /** Send display buffer to display hardware */
     static void update();
     /** Forced update of LCD display memory with a given pixel buffer */