mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-24 06:44:25 -04:00
Testing external clock detection and auto-switch
Simplified audio spectrum computation and transfer ACARS RX in debug mode Disabled ABI warnings Updated binary
This commit is contained in:
parent
dc5d6fef70
commit
609235b19f
30 changed files with 318 additions and 182 deletions
|
@ -661,6 +661,28 @@ static constexpr Bitmap bitmap_icon_freqman {
|
|||
{ 16, 16 }, bitmap_icon_freqman_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_clk_int_data[] = {
|
||||
0x00,
|
||||
0x00,
|
||||
0xDC,
|
||||
0x54,
|
||||
0x54,
|
||||
0x54,
|
||||
0x54,
|
||||
0x76,
|
||||
0x00,
|
||||
0x44,
|
||||
0x6C,
|
||||
0x38,
|
||||
0x38,
|
||||
0x6C,
|
||||
0x44,
|
||||
0x00,
|
||||
};
|
||||
static constexpr Bitmap bitmap_icon_clk_int {
|
||||
{ 8, 16 }, bitmap_icon_clk_int_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_sd_card_ok_data[] = {
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
|
@ -1699,6 +1721,28 @@ static constexpr Bitmap bitmap_target {
|
|||
{ 16, 16 }, bitmap_target_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_clk_ext_data[] = {
|
||||
0x00,
|
||||
0x00,
|
||||
0xDC,
|
||||
0x54,
|
||||
0x54,
|
||||
0x54,
|
||||
0x54,
|
||||
0x76,
|
||||
0x00,
|
||||
0x10,
|
||||
0x38,
|
||||
0x7C,
|
||||
0x10,
|
||||
0x10,
|
||||
0x10,
|
||||
0x00,
|
||||
};
|
||||
static constexpr Bitmap bitmap_icon_clk_ext {
|
||||
{ 8, 16 }, bitmap_icon_clk_ext_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_sstv_data[] = {
|
||||
0x10, 0x08,
|
||||
0x20, 0x04,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue