i want to split a strip into 24 segments it is to make a clock.
is that possible or do i need 2 strips with 2 controllers and make 12 segments each
i want to split a strip into 24 segments it is to make a clock.
is that possible or do i need 2 strips with 2 controllers and make 12 segments each
#define MAX_NUM_SEGMENTS 32
is the default for ESP32, so not a problem. dont use ESP8266 though, it has half that.