Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Click tone #53

Closed
prasimix opened this issue Dec 21, 2016 · 1 comment
Closed

Click tone #53

prasimix opened this issue Dec 21, 2016 · 1 comment
Assignees
Milestone

Comments

@prasimix
Copy link
Member

Add the following code to generate click tone when any option on the TFT display is selected. Only exception is "slider" edit mode:

tone(BUZZER, 1300,150);
delay(5);
noTone(BUZZER);

By default this option is disabled and can be controlled using SYST:BEEP:KEY:STAT or Sound settings page.

@prasimix prasimix added this to the M4 milestone Dec 21, 2016
mvladic added a commit that referenced this issue Dec 28, 2016
@prasimix prasimix modified the milestones: M3, M4 Dec 28, 2016
mvladic added a commit that referenced this issue Dec 28, 2016
mvladic added a commit that referenced this issue Dec 28, 2016
mvladic added a commit that referenced this issue Dec 28, 2016
@prasimix
Copy link
Member Author

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants