summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Symbols.h
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2020-12-20 11:19:23 +0100
committerGitHub <noreply@github.com>2020-12-20 11:19:23 +0100
commit276c8aa308f923aeeadc068967b15ee7c59fa32b (patch)
treedf060165f6d8029dcdea3d74e581ce4f508579d7 /src/displayapp/screens/Symbols.h
parent7c8fb9a46855ddc50f6e0703e4bd771faa3fb61c (diff)
parentcc04c2c1f8a8a05cf284ad69a43b5cd682e37172 (diff)
Merge pull request #147 from ZephyrLabs/Paddle-app
Paddle-app (updated)
Diffstat (limited to 'src/displayapp/screens/Symbols.h')
-rw-r--r--src/displayapp/screens/Symbols.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/displayapp/screens/Symbols.h b/src/displayapp/screens/Symbols.h
index aeea3243..b66b5fa9 100644
--- a/src/displayapp/screens/Symbols.h
+++ b/src/displayapp/screens/Symbols.h
@@ -24,7 +24,9 @@ namespace Pinetime {
static constexpr const char* tachometer = "\xEF\x8F\xBD";
static constexpr const char* asterisk = "\xEF\x81\xA9";
static constexpr const char* paintbrush = "\xEF\x87\xBC";
+ static constexpr const char* paddle = "\xEF\x91\x9D";
}
}
}
-} \ No newline at end of file
+}
+