Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DMBasicGUI DMSupport
Diff: QSPIBitmap.cpp
- 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 -