Shorter audio feedback for InkHUD buttons (#7301)

This commit is contained in:
todd-herbert
2025-07-11 17:30:48 +12:00
committed by GitHub
parent 13ac182142
commit 1063ef9034
4 changed files with 8 additions and 8 deletions

View File

@@ -104,11 +104,11 @@ void setupNicheGraphics()
buttons->setHandlerDown(1, [backlight]() { backlight->peek(); });
buttons->setHandlerLongPress(1, [backlight]() {
backlight->latch();
playBeep();
playBoop();
});
buttons->setHandlerShortPress(1, [backlight]() {
backlight->off();
playBoop();
playChirp();
});
// Begin handling button events