Definition at line 189 of file Esp32S3I2SDemo.ino.
189 {
190 static int s_offset = 0;
194 all_leds[idx] =
CHSV(i, 255, 255);
195 }
196 }
197 s_offset++;
198}
#define NUM_LEDS_PER_STRIP
Representation of an HSV pixel (hue, saturation, value (aka brightness)).
References NUM_LEDS_PER_STRIP, and NUMSTRIPS.
Referenced by loop().