LCD implementation of our project.

Dependencies:   mbed mbed-rtos MLX90614

Revision:
3:688b62ff6474
Parent:
2:fcde41900fa5
Child:
4:024e6a9c2ebf
--- a/UserInterface.h	Sat Apr 04 18:24:21 2015 +0000
+++ b/UserInterface.h	Sun Apr 26 16:29:53 2015 +0000
@@ -1,14 +1,20 @@
 #ifndef _UI_H_
 #define _UI_H_
 
+//include files
+#include "st7565LCD.h"
+#include "Header.h"
+#include "Item.h"
+#include "Menu.h"
+#include "Compass.h"
+#include "LevelMeter.h"
+#include "Measure.h"
+
+//include libs
 #include <string.h>
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include "st7565LCD.h"
-#include "Header.h"
-#include "Item.h"
-#include "Menu.h"
 
 //define brightness and contrast
 #define _DEFAULT_BRIGHTNESS 25