11struct LEDOutputConfig;
87 if (
p_fft !=
nullptr) {
128 int index =
xy(x, y);
148 ledXY(x, y) = CRGB::Black;
174 if (
p_vol !=
nullptr) {
178 if (
p_fft !=
nullptr) {
179 for (
int j = 0;
j <
cfg.
x;
j++) {
209 for (
int x = 1; x <
cfg.
x; x++) {
210 for (
int y = 0; y <
cfg.
y; y++) {
214 for (
int y = 0; y <
cfg.
y; y++) {
257 for (
int x = 0; x < cfg->
x; x++) {
259 int currY =
matrix->fftDisplay().getMagnitudeScaled(x, cfg->
y);
271 static_cast<float>(cfg->
y));
278 int color =
map(magnitude, 0, 7, 255, 0);
#define LOGD(...)
Definition AudioLoggerIDF.h:27
#define LOGE(...)
Definition AudioLoggerIDF.h:30