aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2023-02-20 09:29:10 +0200
committerRiku Isokoski <riksu9000@gmail.com>2023-02-25 18:06:37 +0200
commita5eac74fb524b0c39ded901cd1d32b19905ff241 (patch)
tree98971dbe736a56319cada359235b6367804188f6 /src/displayapp/screens
parent0d074ee6e9dd93d0e3199f995726b8994dbcbfe6 (diff)
motion: Disable Motion app
This is a debugging app, not useful for most people. Also remove the app icon.
Diffstat (limited to 'src/displayapp/screens')
-rw-r--r--src/displayapp/screens/ApplicationList.h4
-rw-r--r--src/displayapp/screens/Symbols.h1
2 files changed, 3 insertions, 2 deletions
diff --git a/src/displayapp/screens/ApplicationList.h b/src/displayapp/screens/ApplicationList.h
index 4a9b347f..7bdd1154 100644
--- a/src/displayapp/screens/ApplicationList.h
+++ b/src/displayapp/screens/ApplicationList.h
@@ -50,9 +50,11 @@ namespace Pinetime {
{Symbols::paintbrush, Apps::Paint},
{Symbols::paddle, Apps::Paddle},
{"2", Apps::Twos},
- {Symbols::chartLine, Apps::Motion},
{Symbols::drum, Apps::Metronome},
{Symbols::map, Apps::Navigation},
+ {Symbols::none, Apps::None},
+
+ // {"M", Apps::Motion},
}};
ScreenList<nScreens> screens;
};
diff --git a/src/displayapp/screens/Symbols.h b/src/displayapp/screens/Symbols.h
index 47177942..934cdc3f 100644
--- a/src/displayapp/screens/Symbols.h
+++ b/src/displayapp/screens/Symbols.h
@@ -34,7 +34,6 @@ namespace Pinetime {
static constexpr const char* hourGlass = "\xEF\x89\x92";
static constexpr const char* lapsFlag = "\xEF\x80\xA4";
static constexpr const char* drum = "\xEF\x95\xA9";
- static constexpr const char* chartLine = "\xEF\x88\x81";
static constexpr const char* eye = "\xEF\x81\xAE";
static constexpr const char* home = "\xEF\x80\x95";
static constexpr const char* sleep = "\xEE\xBD\x84";