John Mitchell / lpc4088_displaymodule_GC500_2_5inch

Dependencies:   DMBasicGUI DMSupport

Revision:
7:f0e645cf73a2
Parent:
3:010aeeacd7d7
Child:
8:26e49e6955bd
--- a/QSPIBitmap.cpp	Thu Jul 27 16:17:56 2017 +0000
+++ b/QSPIBitmap.cpp	Fri Jul 28 15:53:40 2017 +0000
@@ -220,9 +220,9 @@
 void QSPIBitmaps::DisplayAllHomePageBitmaps(void)
 {
     // Home page component bitmaps have white corners - make them transparent
-    DisplayBitmapAtIfLoaded(HOME_COLUMN_BITMAP, 10,  10, 0xFFFF);
+    DisplayBitmapAtIfLoaded(HOME_INJECTOR_BITMAP, 10,  10, 0xFFFF);
     DisplayBitmapAtIfLoaded(HOME_DETECTOR_BITMAP, 410, 10, 0xFFFF);
-    DisplayBitmapAtIfLoaded(HOME_INJECTOR_BITMAP, 10,  215, 0xFFFF);
+    DisplayBitmapAtIfLoaded(HOME_COLUMN_BITMAP, 10,  215, 0xFFFF);
     DisplayBitmapAtIfLoaded(HOME_GAS_BITMAP, 410, 215, 0xFFFF);
 
     //DEBUG
@@ -234,10 +234,6 @@
         
 }
     
-/*
-    Note that - for testing purposes - we are displaying the column component bitmap
-    at the bottom left, and the others at the top right
-*/
 void QSPIBitmaps::DisplayColumnComponentBitmap(void)
 {
     // RGB(231,231,231) is the colour of the corners of the component bitmaps -