diff options
| author | Max Friedrich <minacode@users.noreply.github.com> | 2025-05-13 00:32:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-12 23:32:03 +0100 |
| commit | 5b20e8e2ba8dae54c7ff5c2d26534b9746df2d15 (patch) | |
| tree | 8f4337f6a30ac75748e159f96ef4461607b696a4 /src/displayapp/screens/Symbols.h | |
| parent | 6a6981c91251b96cdf33fe9b094b0833b00ebd8f (diff) | |
Simple calculator (#1483)
Co-authored-by: minacode <minamoto9@web.de>
Co-authored-by: Finlay Davidson <finlay.davidson@coderclass.nl>
Co-authored-by: SuIƓng N. <Boteium@users.noreply.github.com>
Co-authored-by: mark9064 <30447455+mark9064@users.noreply.github.com>
Diffstat (limited to 'src/displayapp/screens/Symbols.h')
| -rw-r--r-- | src/displayapp/screens/Symbols.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/displayapp/screens/Symbols.h b/src/displayapp/screens/Symbols.h index bd958b28..40699b3d 100644 --- a/src/displayapp/screens/Symbols.h +++ b/src/displayapp/screens/Symbols.h @@ -39,6 +39,8 @@ namespace Pinetime { static constexpr const char* eye = "\xEF\x81\xAE"; static constexpr const char* home = "\xEF\x80\x95"; static constexpr const char* sleep = "\xEE\xBD\x84"; + static constexpr const char* calculator = "\xEF\x87\xAC"; + static constexpr const char* backspace = "\xEF\x95\x9A"; // fontawesome_weathericons.c // static constexpr const char* sun = "\xEF\x86\x85"; |
