diff options
| -rw-r--r-- | src/displayapp/screens/Symbols.h | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/src/displayapp/screens/Symbols.h b/src/displayapp/screens/Symbols.h index ec4f87c..13b7c89 100644 --- a/src/displayapp/screens/Symbols.h +++ b/src/displayapp/screens/Symbols.h @@ -75,8 +75,20 @@ namespace Pinetime { X, X, X, _, X, _, _, _, _); - static constexpr const char* bluetoothFull = "\xEF\x8A\x93"; - static constexpr const char* bluetooth = "\xEF\x8A\x94"; + static constexpr const char bluetoothFull[] = + // "\xEF\x8A\x93"; + G(X, X, _, + _, X, X, + X, X, _, + _, X, X, + X, X, _); + static constexpr const char bluetooth[] = + // "\xEF\x8A\x94"; + G(_, X, _, + _, X, X, + X, X, _, + _, X, X, + _, X, _); static constexpr const char plug[] = // "\xEF\x87\xA6"; G(X, _, X, |
