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

Changes

RevisionDateWhoCommit message
22:8a5ea75ad53b 2015-10-03 DaniusKalv Hey Dimitar default tip
21:db8dadfd7d2a 2014-11-24 DaniusKalv Updated matrix driver to use bits, also text generator now generates text in hex
20:8055a5b5dba0 2014-11-24 DaniusKalv Branches completely merged
19:2b14139fb19f 2014-11-19 DaniusKalv merged branches
18:fe3809cdc50a 2014-11-19 DaniusKalv Fixed number six
17:9889611a4ad1 2014-11-18 DaniusKalv Completed adding clock functionality
16:440f341e7de4 2014-11-18 DaniusKalv clock function development (not working yet)
15:ba91aa788443 2014-11-18 DaniusKalv Fixed interrupt and it's working!
14:adbb11e53c70 2014-11-04 DaniusKalv Shit
13:96590015edd8 2014-11-04 DaniusKalv Clock doesn't work, something wrong with mode, text works fine
12:a8364a98c38c 2014-11-03 DaniusKalv Test
11:996c98ad9d73 2014-11-02 DaniusKalv Fixed some letters
10:ee58d712c7fb 2014-11-02 DaniusKalv Fucking interrupt messes up variables, better use thread
9:ed7e8a6fc537 2014-11-02 DaniusKalv Added lower case letters
8:f74b8d6f00d0 2014-11-01 DaniusKalv Changed temp check function to work with hex
7:ca5ed7936472 2014-10-31 DaniusKalv Added letters.h file, which includes binary representations of each letter
6:76b89d8b62a0 2014-10-30 DaniusKalv Added X and Y letters, fixed bluetooth with interrupt integration. Up to 99 chars
5:76dd6da3e640 2014-07-30 DaniusKalv Added bluetooth
4:de56a118e704 2014-06-25 DaniusKalv Works fine without thread
3:35a47548d29d 2014-06-25 DaniusKalv Working without thread
2:3cc1e2dec7a2 2014-06-25 DaniusKalv Added text to txt matrix generator
1:13c8ce9188f1 2014-06-23 DaniusKalv Shows a text, but not a long one
0:06ac39308380 2014-04-07 DaniusKalv ko