diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-31 10:19:54 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-31 10:19:54 (GMT) |
| commit | 71f3c208e0a4547478d4380a4fba6445050da187 (patch) | |
| tree | 2479071451883ffeb8c0375052ad2d3286c5168c | |
| parent | 9f69179fa3907dd4a6be1c520f9e7a7ef252c43c (diff) | |
add bluetooth icon
| -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, |
