mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-05 22:47:00 +00:00
fixing #111
This commit is contained in:
parent
3cb8d4bcfe
commit
c1193eba53
3 changed files with 10 additions and 0 deletions
|
|
@ -42,6 +42,11 @@ void Display::setDisplaySaveTimeout(uint32_t timeout) {
|
|||
_displaySaveModeTimer.setTimeout(timeout * 1000);
|
||||
}
|
||||
|
||||
void Display::activateDistplay()
|
||||
{
|
||||
_disp->displayOn();
|
||||
}
|
||||
|
||||
void Display::update() {
|
||||
if (_displayFrameRate.check()) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue