2#include "Arduino_LED_Matrix.h"
8struct LEDOutputUnoR4Config;
97 if (
p_vol !=
nullptr) {
101 if (
p_fft !=
nullptr) {
102 for (
int j = 0;
j <
cfg.
x;
j++) {
162 for (
int x = 1; x <
cfg.
x; x++) {
163 for (
int y = 0; y <
cfg.
y; y++) {
167 for (
int y = 0; y <
cfg.
y; y++) {
176 for (
int x = 0; x < cfg->
x; x++) {
178 int currY =
matrix->fftDisplay().getMagnitudeScaled(x, cfg->
y);
190 static_cast<float>(cfg->
y));
#define LOGD(...)
Definition AudioLoggerIDF.h:27