SMS message display on LED Matrix board with printer option

Dependencies:   AdafruitThermalPrinter HT1632_LedMatrix VodafoneUSBModem mbed-rtos mbed

Files at this revision

API Documentation at this revision

Comitter:
SomeRandomBloke
Date:
Mon Apr 08 20:55:20 2013 +0000
Parent:
5:a2c0e95f9a0b
Child:
7:b46d5d98434a
Commit message:
Increased brightness

Changed in this revision

HT1632_LedMatrix.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/HT1632_LedMatrix.lib	Wed Mar 20 23:11:20 2013 +0000
+++ b/HT1632_LedMatrix.lib	Mon Apr 08 20:55:20 2013 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/SomeRandomBloke/code/HT1632_LedMatrix/#e621d8c89cc3
+http://mbed.org/users/SomeRandomBloke/code/HT1632_LedMatrix/#9a869360d0ae
--- 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" );