aboutsummaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/Screen.h6
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);