CatRadio/guidata.h

22 wiersze
419 B
C
Czysty Zwykły widok Historia

2022-03-12 19:30:51 +00:00
#ifndef GUIDATA_H
#define GUIDATA_H
#endif // GUIDATA_H
typedef struct {
int vfoDisplayMode; //0: use Left/Right mouse button, 1: click digit Up or Down
2022-11-19 20:13:20 +00:00
bool darkTheme; //flag for Dark theme
2022-12-07 19:50:23 +00:00
bool peakHold; //meters peak hold
2023-01-15 19:03:36 +00:00
bool debugMode;
2022-03-12 19:30:51 +00:00
} guiConfig;
2022-04-08 16:04:54 +00:00
typedef struct {
int bwidthList;
int antList;
int rangeList;
int tabList;
int toneList;
} guiCommand;