Ble receiver (#337)

* BLE app

* Update ui_navigation.cpp

Co-authored-by: Furrtek <furrtek@gmail.com>
This commit is contained in:
Erwin Ried 2020-04-20 06:50:03 +02:00 committed by GitHub
parent d95bda65ce
commit 40531e9230
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 770 additions and 3 deletions

View file

@ -1503,6 +1503,28 @@ static constexpr Bitmap bitmap_icon_replay {
{ 16, 16 }, bitmap_icon_replay_data
};
static constexpr uint8_t bitmap_icon_btle_data[] = {
0x00, 0x00,
0x80, 0x00,
0x80, 0x01,
0x80, 0x07,
0x80, 0x0C,
0x98, 0x06,
0xF0, 0x03,
0xE0, 0x01,
0xE0, 0x01,
0xF0, 0x03,
0x98, 0x06,
0x80, 0x0C,
0x80, 0x07,
0x80, 0x01,
0x80, 0x00,
0x00, 0x00,
};
static constexpr Bitmap bitmap_icon_btle {
{ 16, 16 }, bitmap_icon_btle_data
};
static constexpr uint8_t bitmap_icon_nrf_data[] = {
0x00, 0x00,
0x00, 0x00,