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: BLE_API mbed-dev-bin nRF51822
Fork of microbit-dal by
Diff: inc/drivers/MicroBitMatrixMaps.h
- Revision:
- 71:2f5caf7dd454
- Parent:
- 1:8aa5cdb4ab67
--- a/inc/drivers/MicroBitMatrixMaps.h Wed Jul 13 12:18:50 2016 +0100
+++ b/inc/drivers/MicroBitMatrixMaps.h Wed Jul 13 12:18:51 2016 +0100
@@ -70,6 +70,9 @@
*/
#define MICROBIT_DISPLAY_WIDTH 5
#define MICROBIT_DISPLAY_HEIGHT 5
+#define MICROBIT_DISPLAY_ROW1 p13
+#define MICROBIT_DISPLAY_COL1 p4
+
#if MICROBIT_DISPLAY_TYPE == MICROBUG_REFERENCE_DEVICE
@@ -149,9 +152,9 @@
MICROBIT_DISPLAY_HEIGHT,
MICROBIT_DISPLAY_ROW_COUNT,
MICROBIT_DISPLAY_COLUMN_COUNT,
- ROW1,
- COL1,
+ MICROBIT_DISPLAY_ROW1,
+ MICROBIT_DISPLAY_COL1,
microbitDisplayMap
};
-#endif
+#endif
\ No newline at end of file
