// Generated by convert_all.py from: 005_green_static.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_005_GREEN_STATIC[] PROGMEM = { { 0, 204, 0, 0}, // #00CC00, 0ms { 0, 204, 0, 5000}, // #00CC00, 5000ms }; const uint16_t SHOW_005_GREEN_STATIC_LENGTH = 2;