mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 22:47:35 -06:00
✨ STARTUP_TUNE
This commit is contained in:
parent
aaf9be21d8
commit
8b45b584b2
340 changed files with 4080 additions and 0 deletions
|
@ -2695,6 +2695,18 @@
|
|||
#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 50
|
||||
#define LCD_FEEDBACK_FREQUENCY_HZ 10
|
||||
|
||||
//
|
||||
// Tone queue size, used to keep beeps from blocking execution.
|
||||
// Default is 4, or override here. Costs 4 bytes of SRAM per entry.
|
||||
//
|
||||
//#define TONE_QUEUE_LENGTH 4
|
||||
|
||||
//
|
||||
// A sequence of tones to play at startup, in pairs of tone (Hz), duration (ms).
|
||||
// Silence in-between tones.
|
||||
//
|
||||
//#define STARTUP_TUNE { 698, 300, 0, 50, 523, 50, 0, 25, 494, 50, 0, 25, 523, 100, 0, 50, 554, 300, 0, 100, 523, 300 }
|
||||
|
||||
//=============================================================================
|
||||
//======================== LCD / Controller Selection =========================
|
||||
//======================== (Character-based LCDs) =========================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue