OPTION1: Boost line numbers of main and demod waterfall from 512/128 to 1024/256

This commit is contained in:
vsonnier
2017-02-05 11:43:45 +01:00
parent 4609386648
commit a161cf51f9
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ WaterfallCanvas::WaterfallCanvas(wxWindow *parent, std::vector<int> dispAttrs) :
dragOfs(0), mouseZoom(1), zoom(1), freqMoving(false), freqMove(0.0), hoverAlpha(1.0) {
glContext = new PrimaryGLContext(this, &wxGetApp().GetContext(this));
linesPerSecond = 30;
linesPerSecond = DEFAULT_WATERFALL_LPS;
lpsIndex = 0;
preBuf = false;
SetCursor(wxCURSOR_CROSS);