Skip to content

Commit 43c3105

Browse files
committed
wake screen on double and triple clicks
1 parent ce31fd7 commit 43c3105

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/companion_radio/ui-new/UITask.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,12 +610,14 @@ char UITask::handleLongPress(char c) {
610610

611611
char UITask::handleDoubleClick(char c) {
612612
MESH_DEBUG_PRINTLN("UITask: double click triggered");
613+
checkDisplayOn(c);
613614
c = 0;
614615
return c;
615616
}
616617

617618
char UITask::handleTripleClick(char c) {
618619
MESH_DEBUG_PRINTLN("UITask: triple click triggered");
620+
checkDisplayOn(c);
619621
toggleBuzzer();
620622
c = 0;
621623
return c;

0 commit comments

Comments
 (0)