LCD implementation of our project.

Dependencies:   mbed mbed-rtos MLX90614

Revision:
7:11675c1dce4f
Parent:
3:688b62ff6474
--- a/UserInterface.cpp	Sat May 30 14:58:44 2015 +0000
+++ b/UserInterface.cpp	Wed Jun 03 12:22:46 2015 +0000
@@ -1,5 +1,6 @@
 #include "UserInterface.h"
 
+/*
 //colors
 PwmOut red(p21);
 PwmOut green(p22);
@@ -19,6 +20,7 @@
     blue = b;
     a = aa;
 }
+*/
 
 void UI::init(void){
     //initialize variables
@@ -28,7 +30,7 @@
     st7565->begin(_DEFAULT_CONTRAST);
     st7565->st7565_set_brightness(brightness);
     //set colors
-    set_colors(0, 1, 1, 1);
+    //set_colors(0, 1, 1, 1);
     //display logo
     st7565->display();
     wait(2.0);