mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 02:07:55 +00: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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user