A rouge-like rpg, heavily inspired on the binding of isaac. Running on a FRDM-K64F Mbed board. C++.

Dependencies:   mbed MotionSensor

Revision:
4:d1aeb131e533
Parent:
0:8e92b66a0755
Child:
25:112cbcb0b4a7
--- a/N5110/N5110.h	Mon Apr 15 02:12:32 2019 +0000
+++ b/N5110/N5110.h	Mon Apr 15 02:28:55 2019 +0000
@@ -416,6 +416,12 @@
                     int nrows,
                     int ncols,
                     int *sprite);
+    
+    void drawSpriteTransparent(int x0,
+                               int y0,
+                               int nrows,
+                               int ncols,
+                               int *sprite);
 
 
 private: