From 9d982cea5b7dc616088646f97b7e0d424860f40b Mon Sep 17 00:00:00 2001 From: Michele Bini Date: Mon, 6 Jun 2022 06:21:56 +0200 Subject: Add calculator symbol as neofont glyph diff --git a/src/displayapp/screens/Symbols.h b/src/displayapp/screens/Symbols.h index 39c92f6..d3acc2b 100644 --- a/src/displayapp/screens/Symbols.h +++ b/src/displayapp/screens/Symbols.h @@ -328,6 +328,13 @@ namespace Pinetime { static constexpr const char* chartLine = "\xEF\x88\x81"; static constexpr const char* eye = "\xEF\x81\xAE"; static constexpr const char* home = "\xEF\x80\x95"; + static constexpr const char calculator[] = + // "\xEF\x87\xAC"; + H(X, _, X, _, _, _, + _, X, _, _, _, _, + X, _, X, _, _, X, + _, _, _, _, X, _, + _, _, _, X, _, _); // lv_font_sys_48.c static constexpr const char settings[] = -- cgit v0.10.2