25 lines
959 B
C
25 lines
959 B
C
// Generated by convert_all.py from: 001_heartbeat.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_001_HEARTBEAT[] PROGMEM = {
|
|
{ 5, 0, 0, 0}, // #050000, 0ms
|
|
{209, 14, 41, 120}, // #D10E29, 120ms
|
|
{ 48, 0, 0, 100}, // #300000, 100ms
|
|
{209, 14, 41, 100}, // #D10E29, 100ms
|
|
{ 5, 0, 0, 700}, // #050000, 700ms
|
|
{209, 14, 41, 120}, // #D10E29, 120ms
|
|
{ 48, 0, 0, 100}, // #300000, 100ms
|
|
{209, 14, 41, 100}, // #D10E29, 100ms
|
|
{ 5, 0, 0, 700}, // #050000, 700ms
|
|
{209, 14, 41, 120}, // #D10E29, 120ms
|
|
{ 48, 0, 0, 100}, // #300000, 100ms
|
|
{209, 14, 41, 100}, // #D10E29, 100ms
|
|
{ 5, 0, 0, 700}, // #050000, 700ms
|
|
{153, 40, 58, 2000}, // #99283A, 2000ms
|
|
};
|
|
const uint16_t SHOW_001_HEARTBEAT_LENGTH = 14;
|