LCD implementation of our project.

Dependencies:   mbed mbed-rtos MLX90614

Revision:
6:49a007861c76
Parent:
3:688b62ff6474
Child:
7:11675c1dce4f
--- a/Menu.h	Thu May 28 16:07:00 2015 +0000
+++ b/Menu.h	Sat May 30 14:58:44 2015 +0000
@@ -1,17 +1,8 @@
 #ifndef _MENU_H_
 #define _MENU_H_
 
-#include<stdio.h>
-#include <stdlib.h>
-#include "st7565LCD.h"
 #include "Item.h"
 
-//define control keys
-#define NL    121 //newline char
-#define BS     8 //backspace
-#define UP   119  
-#define DOWN 115
-
 int const MAX_ITEMS = 16;
 int const TITLE_LINE = 1;
 int const FIRST_ITEM_LINE = 1;