13 lines
395 B
C
13 lines
395 B
C
// Generated by convert_all.py from: 003_solid_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_003_SOLID_RED[] PROGMEM = {
|
|
{153, 40, 58, 0}, // #99283A, 0ms
|
|
{153, 40, 58, 30000}, // #99283A, 30000ms
|
|
};
|
|
const uint16_t SHOW_003_SOLID_RED_LENGTH = 2;
|