From 32194e901049ddd4f9d954720583363e05b762e2 Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Tue, 17 Nov 2015 13:37:39 -0600 Subject: add config layout, remove lots of logging --- Layout/LayoutConfig.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Layout/LayoutConfig.h (limited to 'Layout/LayoutConfig.h') diff --git a/Layout/LayoutConfig.h b/Layout/LayoutConfig.h new file mode 100644 index 0000000..0fdba1c --- /dev/null +++ b/Layout/LayoutConfig.h @@ -0,0 +1,20 @@ +#ifndef __LAYOUTCONFIG_H__ +#define __LAYOUTCONFIG_H__ + +#include "Layout.h" + +class LayoutConfig : public Layout { + public: + LayoutConfig(DOGS102* lcd); + ~LayoutConfig(); + + void display(); + + private: + Label _lMode; + Label _lHelp1; + Label _lHelp2; + Label _lHelp3; +}; + +#endif -- cgit v1.2.3