2020-02-10 10:02:03 +01:00
|
|
|
#pragma once
|
2020-02-10 06:14:43 +01:00
|
|
|
|
2020-02-10 10:02:03 +01:00
|
|
|
#include <stdint.h>
|
2020-02-10 06:14:43 +01:00
|
|
|
|
2020-04-26 04:47:02 +02:00
|
|
|
#include "button.h"
|
|
|
|
|
|
|
|
extern const Button* const mainMenuButtons[];
|
|
|
|
extern const uint8_t MAIN_MENU_NUM_BUTTONS;
|
2020-02-12 06:44:40 +01:00
|
|
|
|
|
|
|
extern const Button bVfoA;
|
|
|
|
extern const Button bVfoB;
|
2020-05-05 06:57:24 +02:00
|
|
|
extern const Button bRit;
|
|
|
|
extern const Button bCw;
|
|
|
|
extern const Button bSpl;
|
2020-02-12 08:09:18 +01:00
|
|
|
void updateBandButtons(const uint32_t old_freq);
|
2020-04-25 21:10:25 +02:00
|
|
|
void updateSidebandButtons();
|
2020-04-26 05:31:10 +02:00
|
|
|
void drawTx();
|
|
|
|
void drawVersion();
|
|
|
|
void drawCallsign();
|