LCD implementation of our project.

Dependencies:   mbed mbed-rtos MLX90614

Revision:
4:024e6a9c2ebf
Parent:
3:688b62ff6474
Child:
7:11675c1dce4f
--- a/Menu.cpp	Sun Apr 26 16:29:53 2015 +0000
+++ b/Menu.cpp	Mon May 25 14:46:39 2015 +0000
@@ -85,12 +85,14 @@
         st7565->drawline(119, 15, 122, 12,DEFAULT_COLOR);
         st7565->drawline(125, 15, 122, 12,DEFAULT_COLOR);
     }
+    
     //down arrow
     if(j < size){
         st7565->drawline(119, 60, 125, 60,DEFAULT_COLOR);
         st7565->drawline(119, 60, 122, 63,DEFAULT_COLOR);
         st7565->drawline(125, 60, 122, 63,DEFAULT_COLOR);
     }
+    
     //set selected as first
     st7565->drawcircle(2, (current_line * 8) + 3, 2, 20);
     st7565->display();