From 5b20e8e2ba8dae54c7ff5c2d26534b9746df2d15 Mon Sep 17 00:00:00 2001 From: Max Friedrich Date: Tue, 13 May 2025 00:32:03 +0200 Subject: Simple calculator (#1483) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: minacode Co-authored-by: Finlay Davidson Co-authored-by: SuIƓng N. Co-authored-by: mark9064 <30447455+mark9064@users.noreply.github.com> --- src/displayapp/screens/Symbols.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/displayapp/screens/Symbols.h') 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"; -- cgit v1.2.3-70-g09d2