From 7f56fcdc391d449c749ff794518b7fff328d996a Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Fri, 4 Dec 2015 10:21:27 -0600 Subject: display if GPS was detected on startup screen --- Layout/LayoutStartup.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Layout/LayoutStartup.h') diff --git a/Layout/LayoutStartup.h b/Layout/LayoutStartup.h index c67ab1e..4490887 100644 --- a/Layout/LayoutStartup.h +++ b/Layout/LayoutStartup.h @@ -10,6 +10,7 @@ class LayoutStartup : public Layout { ~LayoutStartup(); void display(); + void updateGPS(bool gps); private: mDot* _dot; @@ -19,6 +20,7 @@ class LayoutStartup : public Layout { Label _lVersion; Field _fVersion; + Field _fGps; Field _fId; Image _iLogo; -- cgit v1.2.3