Skip to content

Commit

Permalink
ScopeXY: moved the draw graticule position in drawing sequence so tha…
Browse files Browse the repository at this point in the history
…t it does not flicker
  • Loading branch information
f4exb committed Apr 1, 2018
1 parent 62abc80 commit 306c09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdrgui/dsp/scopevisxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ void ScopeVisXY::feed(const SampleVector::const_iterator& cbegin, const SampleVe
m_cols = cols;
}

drawGraticule();
m_tvScreen->renderImage(0);
m_tvScreen->update();
usleep(5000);
m_tvScreen->resetImage(m_alphaReset);
drawGraticule();
m_pixelCount = 0;
}
}
Expand Down

0 comments on commit 306c09e

Please sign in to comment.