From 93562d1954b07c1a24a06347152d691d9c1ea35a Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Wed, 24 Feb 2021 13:00:16 +0100 Subject: :lipstick: Make bluetooth symbol flash when not connected --- inc/Screen.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'inc/Screen.h') 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); -- cgit v1.2.3