2#include "Arduino_LED_Matrix.h"
8struct LEDOutputUnoR4Config;
95 if (
p_vol !=
nullptr) {
99 if (
p_fft !=
nullptr) {
100 for (
int j = 0;
j <
cfg.
x;
j++) {
160 for (
int x = 1; x <
cfg.
x; x++) {
161 for (
int y = 0; y <
cfg.
y; y++) {
165 for (
int y = 0; y <
cfg.
y; y++) {
174 for (
int x = 0; x < cfg->
x; x++) {
176 int currY =
matrix->fftDisplay().getMagnitudeScaled(x, cfg->
y);
188 static_cast<float>(cfg->
y));
#define LOGD(...)
Definition AudioLoggerIDF.h:27