Merge branch 'fix-bt-logo' of git://github.com/microbit-sam/microbit-dal into dal-integration

master
Joe Finney 2018-09-05 10:32:03 +01:00
commit 7e04b4646b
1 changed files with 5 additions and 5 deletions

View File

@ -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);