fix text message display when new text arrives

The problem was we were pulsing the display power briefly down while
reentering the ON state (because the ON states exit rule turned it off).
Instead we now just turn off the screen on entry to DARK or LS states
This commit is contained in:
geeksville
2020-03-04 16:46:57 -08:00
parent 2ce95ed2ce
commit 951f5d11d5
5 changed files with 23 additions and 17 deletions

View File

@@ -212,7 +212,7 @@ class MySecurity : public BLESecurityCallbacks
}
// Remove our custom screen
screen_set_frames();
screen.setFrames();
}
};