Latest revision

Dependencies:   TFTLCD

Fork of capstone_display by James Moffat

Revision:
1:b98cc52519e9
Parent:
0:6846cd4549ba
--- a/display.cpp	Mon Mar 24 23:59:30 2014 +0000
+++ b/display.cpp	Thu Apr 03 20:29:44 2014 +0000
@@ -2,6 +2,8 @@
 #include "display.h"
 #include "mbed.h"
 
+
+
 display::display(ST7735_LCD *disp)
 {
     lcd = disp;
@@ -49,5 +51,4 @@
     //strength = to_string(dNewStrength);
     lcd->SetForeground(COLOR_WHITE);
     //lcd->Print("Strength: "+newstr, CENTER, 25);
-    
 }
\ No newline at end of file