From d75af02d4a1d824df7fee58baaffc0c4759fb78a Mon Sep 17 00:00:00 2001 From: Leon Lindenfelser Date: Wed, 6 Jan 2016 15:01:29 -0600 Subject: Change the verbiage of the configuration help screen. Scrolls 3 steps now. --- Layout/LayoutConfig.h | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'Layout/LayoutConfig.h') diff --git a/Layout/LayoutConfig.h b/Layout/LayoutConfig.h index 0fdba1c..5a58433 100644 --- a/Layout/LayoutConfig.h +++ b/Layout/LayoutConfig.h @@ -9,12 +9,20 @@ class LayoutConfig : public Layout { ~LayoutConfig(); void display(); + void roll(); private: Label _lMode; - Label _lHelp1; - Label _lHelp2; - Label _lHelp3; + Field _fHeader; + Field _fMsg1; + Field _fMsg2; + Field _fMsg3; + Timer _timer; + uint8_t _screen; + uint32_t _duration; + void update1of3(); + void update2of3(); + void update3of3(); }; #endif -- cgit v1.2.3