Skip to content

Commit

Permalink
Merge branch 'fix-bt-logo' of git://github.com/microbit-sam/microbit-…
Browse files Browse the repository at this point in the history
…dal into dal-integration
  • Loading branch information
finneyj committed Sep 5, 2018
2 parents 14f4c0e + f7f4887 commit 7e04b46
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/bluetooth/MicroBitBLEManager.cpp
Expand Up @@ -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
0, 0,255,255, 0,
255, 0,255, 0,255,
0,255,255,255, 0,
255, 0,255, 0,255,
0, 0,255,255, 0
};

MicroBitImage bt_icon(5,5,bt_icon_raw);
Expand Down

0 comments on commit 7e04b46

Please sign in to comment.