diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-02-24 13:00:16 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-02-24 13:00:16 +0100 |
commit | 93562d1954b07c1a24a06347152d691d9c1ea35a (patch) | |
tree | e3e33e0d5f1ae04f8c6d42de07b73a6d4ad53b8d /inc/Screen.h | |
parent | 31c0ec6191af1a9d8f491876942a404d4f85468a (diff) | |
download | hoverbit-ble-93562d1954b07c1a24a06347152d691d9c1ea35a.tar.gz hoverbit-ble-93562d1954b07c1a24a06347152d691d9c1ea35a.zip |
:lipstick: Make bluetooth symbol flash when not connected
Diffstat (limited to 'inc/Screen.h')
-rw-r--r-- | inc/Screen.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/Screen.h b/inc/Screen.h index b60ba2b..e141a86 100644 --- a/inc/Screen.h +++ b/inc/Screen.h @@ -67,6 +67,12 @@ static const char* const strBattLevel[] = { 000,255,255,255,000\n\ 000,255,255,255,000\n" }; +const char* const bluetoothSymbol = "\ + 000,000,255,255,000\n\ + 255,000,255,000,255\n\ + 000,255,255,255,000\n\ + 255,000,255,000,255\n\ + 000,000,255,255,000\n"; void plotYLine(MicroBit *uBit, int y1, int y2, int x); |