From e61e5be679e4e07954c157c3e8aac26f824b01fb Mon Sep 17 00:00:00 2001 From: Michele Bini Date: Thu, 31 Mar 2022 12:19:54 +0200 Subject: add bluetooth icon 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, -- cgit v0.10.2