LCD implementation of our project.

Dependencies:   mbed mbed-rtos MLX90614

Revision:
7:11675c1dce4f
Parent:
6:49a007861c76
--- a/Menu.h	Sat May 30 14:58:44 2015 +0000
+++ b/Menu.h	Wed Jun 03 12:22:46 2015 +0000
@@ -5,9 +5,9 @@
 
 int const MAX_ITEMS = 16;
 int const TITLE_LINE = 1;
-int const FIRST_ITEM_LINE = 1;
+int const FIRST_ITEM_LINE = 2;
 int const LAST_ITEM_LINE = 7;
-int const ITEMS_PER_SCREEN = 7;
+int const ITEMS_PER_SCREEN = 6;
 
 class Menu: public Item {
     public: