From 27c5654db22e9fa9dd9a3751823cd8380c4a3652 Mon Sep 17 00:00:00 2001 From: Sam Kent Date: Wed, 8 Aug 2018 11:52:05 +0100 Subject: [PATCH] Fix BT Logo --- source/bluetooth/MicroBitBLEManager.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/bluetooth/MicroBitBLEManager.cpp b/source/bluetooth/MicroBitBLEManager.cpp index 2d5f0bb..6ac6b37 100644 --- a/source/bluetooth/MicroBitBLEManager.cpp +++ b/source/bluetooth/MicroBitBLEManager.cpp @@ -793,11 +793,11 @@ void MicroBitBLEManager::showManagementModeAnimation(MicroBitDisplay &display) const uint8_t bt_icon_raw[] = { - 255,255,255, 0,255, - 255, 0,255,255, 0, - 255,255,255, 0, 0, - 255, 0,255,255, 0, - 255,255,255, 0,255 + 255, 0,255,255,255, + 0,255,255, 0,255, + 0, 0,255,255,255, + 0,255,255, 0,255, + 255, 0,255,255,255 }; MicroBitImage bt_icon(5,5,bt_icon_raw);