Blue LED matrix (8x16) program. Gets text string through bluetooth and displays it on led matrix. Also has a clock function- get system time from a phone through bluetooth and enters clock mode. In clock mode it acts as a clock showing hours and minutes and blinking led every second. Clock mode can be broken if a text string is received through bluetooth.

Dependencies:   mbed

Revision:
17:9889611a4ad1
Parent:
16:440f341e7de4
Child:
18:fe3809cdc50a
--- a/numbers.h	Tue Nov 18 20:54:08 2014 +0000
+++ b/numbers.h	Tue Nov 18 22:02:27 2014 +0000
@@ -24,7 +24,7 @@
 uint8_t number[3][10] = {
     {0x3E, 0x00, 0x2E, 0x2A, 0x38, 0x3A, 0x3E, 0x26, 0x3E, 0x3A},
     {0x22, 0x00, 0x2A, 0x2A, 0x08, 0x2A, 0x2A, 0x28, 0x2A, 0x2A},
-    {0x3E, 0x3E, 0x3A, 0x3E, 0x3E, 0x3E, 0x3E, 0x30, 0x3E, 0x3E}};
+    {0x3E, 0x3E, 0x3A, 0x3E, 0x3E, 0x2E, 0x3E, 0x30, 0x3E, 0x3E}};
     //0     1     2     3     4     5     6     7     8     9
 
 #endif
\ No newline at end of file