SMS message display on LED Matrix board with printer option

Dependencies:   AdafruitThermalPrinter HT1632_LedMatrix VodafoneUSBModem mbed-rtos mbed

Revision:
6:323d7422ca8b
Parent:
5:a2c0e95f9a0b
Child:
7:b46d5d98434a
--- a/main.cpp	Wed Mar 20 23:11:20 2013 +0000
+++ b/main.cpp	Mon Apr 08 20:55:20 2013 +0000
@@ -489,7 +489,7 @@
 
     led.init(LED_MAX_DISPLAY_X,LED_MAX_DISPLAY_Y);    // Use all displays as 128x8 display
     led.clear();
-    led.setBrightness(2);
+    led.setBrightness(10);
     //led.displayOff(); // Turn off display for now until receiver task has started
     bool twoLineDisplay = (LED_MAX_DISPLAY_X > 1);
     led.putString( 0, 0, "SMS to LED Display" );