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:
9:570fdd653f1d
Parent:
0:e8b8f36b4505
Child:
10:8cde5d0bafad
diff -r a65d553f2157 -r 570fdd653f1d POKITTO_HW/HWLCD.h
--- a/POKITTO_HW/HWLCD.h	Sat Oct 07 21:34:27 2017 +0000
+++ b/POKITTO_HW/HWLCD.h	Sun Oct 15 16:13:07 2017 +0000
@@ -52,6 +52,8 @@
 extern void lcdFillSurface(uint16_t);
 extern void lcdPixel(int16_t x, int16_t y, uint16_t c);
 extern void lcdRectangle(int16_t x, int16_t y,int16_t x2, int16_t y2, uint16_t color);
+extern void setWindow(uint8_t x1, uint8_t y1, uint8_t x2, uint8_t y2);
+extern void lcdTile(int16_t x0, int16_t y0, int16_t width, int16_t height, uint16_t* gfx);
 extern void lcdInit();
 extern void lcdSleep();
 extern void lcdWakeUp();