Skip to content

Commit

Permalink
play beep before touch display calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Feb 26, 2021
1 parent 93156a5 commit 5b1a4ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/eez/modules/psu/gui/psu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ void PsuAppContext::stateManagment() {
if (activePageId == PAGE_ID_WELCOME || activePageId == PAGE_ID_STANDBY || activePageId == PAGE_ID_ENTERING_STANDBY) {
if (!isTouchCalibrated()) {
// touch screen is not calibrated
sound::playBeep(true);
showPage(PAGE_ID_TOUCH_CALIBRATION_INTRO);
} else {
showPage(getMainPageId());
Expand Down

0 comments on commit 5b1a4ce

Please sign in to comment.