fuck this

Dependencies:   BMP280

Revision:
23:a6bb5298346c
Parent:
22:617bf92b481f
Child:
24:7bf408dc491a
--- a/LCD.h	Wed Jan 10 00:32:08 2018 +0000
+++ b/LCD.h	Wed Jan 10 02:36:50 2018 +0000
@@ -2,7 +2,7 @@
 #define __LCD__
 
 #include "mbed.h"
-#include "TextLCD.h"
+#include "DriverLCD.h"
 #include "rtos.h"
 #include "TimeInterface.h"
 #include "Logging.h"
@@ -23,7 +23,7 @@
 
 #define SCREENDELAY_MS 2707  //Delay for screen update
 
-class ENVDISPLAY : TextLCD  //Class inherits TextLCD
+class ENVDISPLAY : DriverLCD  //Class inherits TextLCD
 {
 private:
     char _message[32];  //32 characters on display