diff options
| author | JF002 <JF002@users.noreply.github.com> | 2021-02-14 12:03:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-14 12:03:49 +0100 |
| commit | 4c3803450e33e321dd2f90bdf62b9abe99f1e491 (patch) | |
| tree | 1b69be394c55dce4cbe64750dae6603bfd33b09c /src/displayapp/screens/Symbols.h | |
| parent | 6420885abb96735e085f3c60b123b0c671a7afb8 (diff) | |
| parent | d4c31bcbbe2f8b6d2e6c45203193745f9cb2a41b (diff) | |
Merge pull request #161 from petterhs/calls
Call functionality with changed UUID for notification event characteristic
Diffstat (limited to 'src/displayapp/screens/Symbols.h')
| -rw-r--r-- | src/displayapp/screens/Symbols.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/displayapp/screens/Symbols.h b/src/displayapp/screens/Symbols.h index bd6a0f90..1a6bbd7f 100644 --- a/src/displayapp/screens/Symbols.h +++ b/src/displayapp/screens/Symbols.h @@ -26,6 +26,16 @@ namespace Pinetime { static constexpr const char* paintbrush = "\xEF\x87\xBC"; static constexpr const char* paddle = "\xEF\x91\x9D"; static constexpr const char* map = "\xEF\x96\xa0"; + static constexpr const char* qrcode = "\xEF\x80\xa9"; + static constexpr const char* phone = "\xEF\x82\x95"; + static constexpr const char* phoneSlash = "\xEF\x8F\x9D"; + static constexpr const char* volumMute = "\xEF\x9A\xA9"; + static constexpr const char* volumUp = "\xEF\x80\xA8"; + static constexpr const char* volumDown = "\xEF\x80\xA7"; + static constexpr const char* stepForward = "\xEF\x81\x91"; + static constexpr const char* stepBackward = "\xEF\x81\x88"; + static constexpr const char* play = "\xEF\x81\x8B"; + static constexpr const char* pause = "\xEF\x81\x8C"; } } } |
