MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / setTMate2OverlayDisplay

Method setTMate2OverlayDisplay

src/core/HidEncoderManager.cpp:795–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793}
794
795void HidEncoderManager::setTMate2OverlayDisplay(const QString& main_text)
796{
797 if (!m_device || !isTMate2()) return;
798 tmate2WriteMainDisplayText(m_lcdVector, main_text);
799 tmate2WriteSmallDisplayText(m_lcdVector, QString());
800 sendTMate2();
801}
802
803void HidEncoderManager::setTMate2Indicators(bool tx, const QString& mode,
804 float smeter_dbm, bool rit, bool xit,

Callers 1

updateTMate2DisplayMethod · 0.80

Calls 2

Tested by

no test coverage detected