ab2c1b34b4
- Rename all show .txt files with NNN_ numeric prefix so order is explicit and controlled by filename (001_heartbeat_red through 006_party) - Drop HOME_SHOW special-casing from convert_all.py; show 0 is simply the lowest-numbered file - Add SHOW_FLAG_SPARKLE support: shows can declare '// flags: sparkle' to overlay random white flashes on top of the base color each frame - Wire sparkle into led_controller and config.h (SPARKLE_CHANCE/FRAMES) - Replace old placeholder/example shows with the six production shows Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
24 lines
531 B
Plaintext
24 lines
531 B
Plaintext
// Red Heartbeat × 2 then Red Breathing — 2 lub-dub beats, then slow breathing, repeat.
|
||
//
|
||
// mode: single
|
||
|
||
#050000, 0 // start near black
|
||
|
||
// beat 1
|
||
#d10e29, 120 // lub — fast rise to bright red
|
||
#300000, 100 // dip between beats
|
||
#d10e29, 100 // dub
|
||
#050000, 600 // rest
|
||
|
||
// beat 2
|
||
#d10e29, 120 // lub
|
||
#300000, 100 // dip
|
||
#d10e29, 100 // dub
|
||
#050000, 600 // rest into breathing
|
||
|
||
// beat 3
|
||
#d10e29, 120 // lub
|
||
#300000, 100 // dip
|
||
#d10e29, 100 // dub
|
||
#050000, 600 // rest into breathing
|