Message scroller

Dependencies:   HT1632_LedMatrix mbed-rtos mbed

Files at this revision

API Documentation at this revision

Comitter:
SomeRandomBloke
Date:
Wed Nov 28 22:01:37 2012 +0000
Parent:
2:f6d3011fb5bb
Child:
4:879975f891d0
Commit message:
2 displays

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Nov 28 22:00:47 2012 +0000
+++ b/main.cpp	Wed Nov 28 22:01:37 2012 +0000
@@ -53,7 +53,7 @@
     // newer ones dont unless you want a gap between the displays.
     // Num horizontal displays 1 to 4, num vertical displays 1 to 4. Max 4 displays can be used.
     // Usable combinations are 1,1; 2,1; 3,1; 4,1; and 2,2; 1,2; 1,3; 1,4; with gaps!!
-    led.init(4,1);
+    led.init(2,1);
     pc.baud(9600);
     printf("LED Matrix dislay test");
     led.clear();