Repository for import to local machine

Dependencies:   DMBasicGUI DMSupport

Revision:
3:010aeeacd7d7
Parent:
1:a5258871b33d
Child:
8:26e49e6955bd
--- a/QSPIBitmap.h	Thu Jul 20 15:31:28 2017 +0000
+++ b/QSPIBitmap.h	Fri Jul 21 10:30:24 2017 +0000
@@ -18,7 +18,7 @@
         
     ~QSPIBitmap();
     
-    void DisplayAt(GuiConst_INT16S X, GuiConst_INT16S Y);
+    void DisplayAt(GuiConst_INT16S X, GuiConst_INT16S Y, GuiConst_INT32S transparentColour); 
     
     bool BitmapLoaded(void) { return bitmapLoaded; }
     
@@ -71,7 +71,7 @@
     
     QSPIBitmap* qspibmArray[QSPIBITMAP_COUNT];
     
-    void DisplayBitmapAtIfLoaded(int bitmapIndex, GuiConst_INT16S X, GuiConst_INT16S Y);
+    void DisplayBitmapAtIfLoaded(int bitmapIndex, GuiConst_INT16S X, GuiConst_INT16S Y, GuiConst_INT32S transparentColour);
 };
 
 #endif //QSPIBITMAP_H