2#include "Arduino_LED_Matrix.h"
8struct LEDOutputUnoR4Config;
89 bool &
ledXY(uint8_t x, uint8_t y) {
97 if (
p_vol !=
nullptr) {
101 if (
p_fft !=
nullptr) {
102 for (
int j = 0; j <
cfg.
x; j++) {
115 for (uint8_t y = 0; y < currY; y++) {
119 for (uint8_t y = currY; y <
cfg.
y; y++) {
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++) {
179 LOGD(
"x: %d, y: %d", x, currY);
188 int currY = mapT<float>(vol, 0.0,
190 static_cast<float>(cfg->
y));
#define LOGD(...)
Definition AudioLoggerIDF.h:27