STARTUP_TUNE configuration

This commit is contained in:
Scott Lahteine
2023-04-15 17:33:56 -05:00
parent cc3a355ffb
commit 42c62ff84e
4 changed files with 26 additions and 3 deletions

View File

@@ -2681,6 +2681,18 @@
//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
//
// 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) =========================