|
| LEDOutputUnoR4 ()=default |
| Default Constructor.
|
|
| LEDOutputUnoR4 (FFTDisplay &fft) |
| Constructor for FFT scenario.
|
|
| LEDOutputUnoR4 (VolumeMeter &vol) |
| Constructor for VolumeMeter scenario.
|
|
void | addColumnBar (int currY) |
| Update the last column with the indicated bar.
|
|
bool | begin () |
| Starts the processing with the default configuration.
|
|
bool | begin (LEDOutputUnoR4Config config) |
| Setup Led matrix.
|
|
LEDOutputUnoR4Config & | config () |
| Provides access to the actual config object. E.g. to change the update logic.
|
|
LEDOutputUnoR4Config | defaultConfig () |
| Provides the default config object.
|
|
void | display () |
| Update the led_matrix.
|
|
FFTDisplay & | fftDisplay () |
| Provides access to the FFTDisplay object.
|
|
virtual float | getMaxMagnitude () |
| Provodes the max magnitude for the VolumeMeter and FFT scenario.
|
|
bool & | ledXY (uint8_t x, uint8_t y) |
| Determine the led with the help of the x and y pos.
|
|
void | setColumnBar (int x, int currY) |
| Update the indicated column with the indicated bar.
|
|
virtual void | update () |
| Updates the display by calling the update callback method: call this method in your loop.
|
|
LED output using the R4 LED matrix library.
- Author
- Phil Schatzmann