diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-31 10:19:54 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-10 07:17:02 (GMT) |
| commit | e61e5be679e4e07954c157c3e8aac26f824b01fb (patch) | |
| tree | b0face20d8138632d9df0098a644428f4a64d02c /src | |
| parent | b5a8035035e73077c0dcf53973306347f595b319 (diff) | |
add bluetooth icon
Diffstat (limited to 'src')
| -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 174b879..ad27511 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, |
