New stuff lmao

This commit is contained in:
Ryzerth
2020-08-20 18:29:23 +02:00
parent 649be86cb6
commit 709627a738
15 changed files with 750 additions and 108 deletions

View File

@@ -87,6 +87,12 @@ namespace ImGui {
void selectFirstVFO();
void showWaterfall();
void hideWaterfall();
void setFFTHeight(int height);
int getFFTHeight();
bool centerFreqMoved = false;
bool vfoFreqChanged = false;
bool bandplanEnabled = false;
@@ -175,5 +181,10 @@ namespace ImGui {
uint32_t* waterfallFb;
bool draggingFW = false;
int FFTAreaHeight;
int newFFTAreaHeight;
bool waterfallVisible = true;
};
};