14 lines
445 B
C
14 lines
445 B
C
// Generated by convert_all.py from: 002_breath_red.txt
|
|
// Do not edit manually — edit the .txt file and run: make shows
|
|
// SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
#pragma once
|
|
#include "lightshow_format.h"
|
|
|
|
const Step SHOW_002_BREATH_RED[] PROGMEM = {
|
|
{153, 40, 58, 0}, // #99283A, 0ms
|
|
{217, 30, 30, 2500}, // #D91E1E, 2500ms
|
|
{153, 40, 58, 2500}, // #99283A, 2500ms
|
|
};
|
|
const uint16_t SHOW_002_BREATH_RED_LENGTH = 3;
|