make CHSV32 availeable to effects

This commit is contained in:
Frank
2026-03-11 12:37:01 +01:00
parent c3c779f8f0
commit b994cf5b95

View File

@@ -25,6 +25,8 @@ void endImagePlayback(Segment *seg); // implemented in image_loader.c
#define USE_GET_MILLISECOND_TIMER
#include "FastLED.h"
#include "colors.h" // include CHSV32 class by @dedehai
// WLEDMM strip.sPC() needs to know "busses", so we pull in the declarition
#include "pin_manager.h" // BusManager needs to know pinManager
#include "bus_manager.h"