ubitxv6/menu_main_buttons.h

20 lines
413 B
C
Raw Normal View History

#pragma once
2020-02-10 05:14:43 +00:00
#include <stdint.h>
2020-02-10 05:14:43 +00:00
#include "button.h"
extern const Button* const mainMenuButtons[];
extern const uint8_t MAIN_MENU_NUM_BUTTONS;
2020-02-12 05:44:40 +00:00
extern const Button bVfoA;
extern const Button bVfoB;
extern const Button bRit;
extern const Button bCw;
extern const Button bSpl;
2020-02-12 07:09:18 +00:00
void updateBandButtons(const uint32_t old_freq);
void updateSidebandButtons();
void drawTx();
void drawVersion();
void drawCallsign();