summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Symbols.h
diff options
context:
space:
mode:
authorZephyrLabs <65145081+ZephyrLabs@users.noreply.github.com>2020-12-03 19:46:36 +0530
committerZephyrLabs <65145081+ZephyrLabs@users.noreply.github.com>2020-12-03 19:46:36 +0530
commit1d69c79942622eddb531406cabaed77d73bb4c40 (patch)
treef9967580db59d979d6c6a044b1e958f941b7b3ac /src/displayapp/screens/Symbols.h
parentb404ac50dbd8cdfe8722987124889c309d42e372 (diff)
Addition of new files in MakeList
added Paddle.cpp and Paddle.h
Diffstat (limited to 'src/displayapp/screens/Symbols.h')
-rw-r--r--src/displayapp/screens/Symbols.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/displayapp/screens/Symbols.h b/src/displayapp/screens/Symbols.h
index aeea3243..0b713f2d 100644
--- a/src/displayapp/screens/Symbols.h
+++ b/src/displayapp/screens/Symbols.h
@@ -24,7 +24,8 @@ 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\x86\x85";
}
}
}
-} \ No newline at end of file
+}