Cutdown and discrete versions of the official MicroBit libraries.

Dependents:   TheBubbleWorks_MicroBorg

Fork of NanoBit by Wayne Keenan

Files at this revision

API Documentation at this revision

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] = 
 {