mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-24 23:35:56 -04:00
Added roger beep option in mic TX
This commit is contained in:
parent
37cfcd392d
commit
16acb9db28
9 changed files with 83 additions and 26 deletions
|
@ -629,6 +629,28 @@ static constexpr Bitmap bitmap_icon_previous {
|
|||
{ 16, 16 }, bitmap_icon_previous_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_cwgen_data[] = {
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0xC0, 0xC0,
|
||||
0x20, 0x21,
|
||||
0x20, 0x21,
|
||||
0x21, 0x21,
|
||||
0x21, 0x21,
|
||||
0x21, 0x21,
|
||||
0x12, 0x12,
|
||||
0x12, 0x12,
|
||||
0x12, 0x12,
|
||||
0x12, 0x12,
|
||||
0x12, 0x12,
|
||||
0x0C, 0x0C,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
};
|
||||
static constexpr Bitmap bitmap_icon_cwgen {
|
||||
{ 16, 16 }, bitmap_icon_cwgen_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_receivers_data[] = {
|
||||
0xC0, 0x07,
|
||||
0x30, 0x18,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue