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
--- a/POKITTO_HW/HWLCD.h	Sun Oct 15 16:13:07 2017 +0000
+++ b/POKITTO_HW/HWLCD.h	Sun Oct 15 16:50:56 2017 +0000
@@ -60,6 +60,7 @@
 extern void lcdRefresh(uint8_t *, uint16_t*);
 extern void lcdRefreshAB(uint8_t *, uint16_t*);
 extern void lcdRefreshGB(uint8_t *, uint16_t*);
+extern void lcdRefreshRegionMode1(int16_t x0, int16_t y0, int16_t x1, int16_t y1, uint8_t * scrbuf, uint16_t * paletteptr);
 extern void lcdRefreshMode1(uint8_t *, uint16_t*);
 extern void lcdRefreshMode2(uint8_t *, uint16_t*);
 extern void lcdRefreshMode3(uint8_t *, uint16_t*);