PokittoLib is the library needed for programming the Pokitto DIY game console (www.pokitto.com)

Dependents:   Sensitive

Fork of PokittoLib by Jonne Valola

Revision:
5:9b96eaceeb30
Parent:
2:968589ca3484
--- a/POKITTO_CORE/PokittoDisplay.h	Tue Sep 19 13:42:25 2017 +0000
+++ b/POKITTO_CORE/PokittoDisplay.h	Thu Oct 12 16:24:33 2017 +0000
@@ -231,6 +231,9 @@
     static void directPixel(int16_t,int16_t,uint16_t);
     /** Direct rectangle (not through display buffer) */
     static void directRectangle(int16_t, int16_t,int16_t, int16_t, uint16_t);
+
+	static void Display::directTile(int16_t x, int16_t y, int16_t x2, int16_t y2, uint16_t* gfx);
+    
     /** Set the cursor for printing to a certain screen position */
     static void setCursor(int16_t,int16_t);
     /** direct bitmap to screen (no buffering) */