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

Method setTMate2DisplayText

src/core/HidEncoderManager.cpp:787–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

785}
786
787void HidEncoderManager::setTMate2DisplayText(uint32_t freq_hz, const QString& small_text)
788{
789 if (!m_device || !isTMate2()) return;
790 tmate2WriteMainDisplay(m_lcdVector, freq_hz);
791 tmate2WriteSmallDisplayText(m_lcdVector, small_text);
792 sendTMate2();
793}
794
795void HidEncoderManager::setTMate2OverlayDisplay(const QString& main_text)
796{

Callers 1

updateTMate2DisplayMethod · 0.80

Calls 2

tmate2WriteMainDisplayFunction · 0.85

Tested by

no test coverage detected