A simple Program to set the colours of individual LEDs.
Public Member Functions | |
| BitmapLEDProgram (Block &) | |
| void | setLED (juce::uint32 x, juce::uint32 y, LEDColour) |
| Set the colour of the LED at coordinates {x, y}. More... | |
Public Member Functions inherited from Block::Program | |
| Program (Block &) | |
| virtual | ~Program ()=default |
| virtual juce::Array< juce::File > | getSearchPaths () |
| Returns an array of search paths to use when resolving includes. More... | |
Additional Inherited Members | |
Public Attributes inherited from Block::Program | |
| Block & | block |
| BitmapLEDProgram::BitmapLEDProgram | ( | Block & | ) |
| void BitmapLEDProgram::setLED | ( | juce::uint32 | x, |
| juce::uint32 | y, | ||
| LEDColour | |||
| ) |
Set the colour of the LED at coordinates {x, y}.