2020-02-10 04:02:03 -05:00
|
|
|
#pragma once
|
2020-02-10 00:14:43 -05:00
|
|
|
|
2020-02-10 04:02:03 -05:00
|
|
|
#include <stdint.h>
|
2020-02-10 00:14:43 -05:00
|
|
|
|
2020-04-25 22:46:36 -04:00
|
|
|
#include "button_grid.h"
|
2020-02-12 00:44:40 -05:00
|
|
|
|
2020-04-25 22:46:36 -04:00
|
|
|
extern const ButtonGrid_t mainMenuVfoGrid;
|
|
|
|
extern const ButtonGrid_t mainMenuGrid;
|
2020-02-12 00:44:40 -05:00
|
|
|
extern const Button bVfoA;
|
|
|
|
extern const Button bVfoB;
|
2020-04-25 22:46:36 -04:00
|
|
|
|
2020-02-12 02:09:18 -05:00
|
|
|
void updateBandButtons(const uint32_t old_freq);
|
2020-04-25 15:10:25 -04:00
|
|
|
void updateSidebandButtons();
|