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.
Dependents: TheBubbleWorks_MicroBorg
Fork of NanoBit by
Revision 4:117f7dca8b81, committed 2016-03-14
- Comitter:
- waynek
- Date:
- Mon Mar 14 09:13:31 2016 +0000
- Parent:
- 3:388d7fc71320
- Commit message:
- remove debug image
Changed in this revision
| NanoBitDisplay.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/NanoBitDisplay.cpp Mon Mar 14 09:01:00 2016 +0000
+++ b/NanoBitDisplay.cpp Mon Mar 14 09:13:31 2016 +0000
@@ -15,14 +15,14 @@
0b10101,
0b10101
};
-*/
+
const uint8_t heart[]={
0, 1, 0, 1, 0,
1, 1, 1, 1, 1,
1, 1, 1, 1, 1,
0, 1, 1, 1, 0,
0, 0, 1, 0, 0}; // a cute heart
-
+*/
const MatrixPoint MicroBitDisplay::matrixMap[MICROBIT_DISPLAY_COLUMN_COUNT][MICROBIT_DISPLAY_ROW_COUNT] =
{
