arduino-audio-tools
Loading...
Searching...
No Matches
Public Attributes | List of all members
LEDOutputUnoR4Config Struct Reference

#include <LEDOutputUnoR4.h>

Public Attributes

int max_magnitude = 700
 Influences the senitivity.
 
void(* update_callback )(LEDOutputUnoR4Config *cfg, LEDOutputUnoR4 *matrix) = nullptr
 Custom callback logic to update the LEDs when update() is called.
 
int update_frequency = 1
 Update the leds only ever nth call.
 
int x = 12
 Number of LEDs in a rows.
 
int y = 8
 Number of LEDs in a column.
 
bool y_mirror = true
 when true 0,0 is in the lower left corder
 

Detailed Description

LED Matrix Configuration. Provide the number of leds in x and y direction and the data pin.

Author
Phil Schatzmann

Member Data Documentation

◆ max_magnitude

int max_magnitude = 700

Influences the senitivity.

◆ update_callback

void(* update_callback) (LEDOutputUnoR4Config *cfg, LEDOutputUnoR4 *matrix) = nullptr

Custom callback logic to update the LEDs when update() is called.

◆ update_frequency

int update_frequency = 1

Update the leds only ever nth call.

◆ x

int x = 12

Number of LEDs in a rows.

◆ y

int y = 8

Number of LEDs in a column.

◆ y_mirror

bool y_mirror = true

when true 0,0 is in the lower left corder


The documentation for this struct was generated from the following file: