thermferm/thermferm.h

changeset 214
37d1eb0e1d66
parent 209
c5b1dfd83e81
child 215
5ad534c79a22
--- a/thermferm/thermferm.h	Sun Aug 10 21:22:17 2014 +0200
+++ b/thermferm/thermferm.h	Sun Aug 10 23:36:22 2014 +0200
@@ -44,8 +44,31 @@
 #include <pcf8574.h>
 #include <lcd.h>
 
-#define MENU_NONE       0
-#define MENU_TOP        1
+#define MENU_NONE       	0
+#define MENU_TOP_DEFAULT       	1
+#define	MENU_TOP_UNITS		2
+#define	MENU_UNITS		21
+#define MENU_MODE_OFF		211
+#define	MENU_MODE_NONE		212
+#define MENU_NONE_HEAT          2121
+#define MENU_NONE_COOL          2122
+#define MENU_NONE_FAN           2123
+#define MENU_MODE_BEER		213
+#define MENU_BEER_TEMP          2131
+#define MENU_MODE_FRIDGE	214
+#define MENU_FRIDGE_TEMP	2141
+#define MENU_MODE_PROFILE	215
+#define	MENU_PROFILE_SELECT	2151
+#define	MENU_PROFILE_START	2152
+#define	MENU_PROFILE_PAUSE	2153
+#define	MENU_PROFILE_ABORT	2154
+#define	MENU_PROFILE_RESUME	2155
+#define	MENU_PROFILE_GOOFF	2156
+#define	MENU_TOP_SYS		3
+#define	MENU_SYS_HALT		31
+#define	MENU_SYS_REBOOT		32
+#define	MENU_SYS_MASH		33
+#define	MENU_SYS_THERMS		34
 
 
 #endif

mercurial