From b30884816bd4af4e435c265d0e061c900e25ae88 Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Mon, 23 Nov 2015 14:16:44 -0600 Subject: display product id on startup screen, change baud rates to 115k, set log level to trace --- Layout/LayoutStartup.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Layout/LayoutStartup.h') diff --git a/Layout/LayoutStartup.h b/Layout/LayoutStartup.h index de8935e..c67ab1e 100644 --- a/Layout/LayoutStartup.h +++ b/Layout/LayoutStartup.h @@ -2,20 +2,24 @@ #define __LAYOUTSTARTUP_H__ #include "Layout.h" +#include "mDot.h" class LayoutStartup : public Layout { public: - LayoutStartup(DOGS102* lcd); + LayoutStartup(DOGS102* lcd, mDot* dot); ~LayoutStartup(); void display(); private: + mDot* _dot; + Label _lName; Label _lInfo; Label _lVersion; Field _fVersion; + Field _fId; Image _iLogo; }; -- cgit v1.2.3