| 777 | } |
| 778 | |
| 779 | void HidEncoderManager::setTMate2Display(uint32_t freq_hz, uint32_t small_val) |
| 780 | { |
| 781 | if (!m_device || !isTMate2()) return; |
| 782 | tmate2WriteMainDisplay(m_lcdVector, freq_hz); |
| 783 | tmate2WriteSmallDisplay(m_lcdVector, small_val); |
| 784 | sendTMate2(); |
| 785 | } |
| 786 | |
| 787 | void HidEncoderManager::setTMate2DisplayText(uint32_t freq_hz, const QString& small_text) |
| 788 | { |
no test coverage detected