mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-07 22:52:53 -04:00
Ble receiver (#337)
* BLE app * Update ui_navigation.cpp Co-authored-by: Furrtek <furrtek@gmail.com>
This commit is contained in:
parent
d95bda65ce
commit
40531e9230
12 changed files with 770 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue