// Generated by convert_all.py from: 004_pulse_yellow.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_004_PULSE_YELLOW[] PROGMEM = { { 32, 32, 0, 0}, // #202000, 0ms {255, 255, 0, 1200}, // #FFFF00, 1200ms { 32, 32, 0, 1200}, // #202000, 1200ms }; const uint16_t SHOW_004_PULSE_YELLOW_LENGTH = 3;