From 71f3c208e0a4547478d4380a4fba6445050da187 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 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, -- cgit v0.10.2