From a17ec37a0c96a7d204c52ab4f24b11852cdb7f66 Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Wed, 18 Nov 2015 11:00:45 -0600 Subject: add placeholder functions for demo, survey single, and survey sweep modes and layouts for each - menu navigation is looking really good --- Layout/LayoutDemoHelp.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Layout/LayoutDemoHelp.h (limited to 'Layout/LayoutDemoHelp.h') diff --git a/Layout/LayoutDemoHelp.h b/Layout/LayoutDemoHelp.h new file mode 100644 index 0000000..3e20df9 --- /dev/null +++ b/Layout/LayoutDemoHelp.h @@ -0,0 +1,22 @@ +#ifndef __LAYOUTDEMOHELP_H__ +#define __LAYOUTDEMOHELP_H__ + +#include "Layout.h" + +class LayoutDemoHelp : public Layout { + public: + LayoutDemoHelp(DOGS102* lcd); + ~LayoutDemoHelp(); + + void display(); + + private: + Label _lMode; + Label _lDesc; + Label _lIns1; + Label _lIns2; + Label _lSw1; + Label _lSw2; +}; + +#endif -- cgit v1.2.3