JUCE
|
A simple Program to set the colours of individual LEDs. More...
Public Member Functions | |
BitmapLEDProgram (Block &) | |
void | setLED (uint32 x, 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< 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 |
A simple Program to set the colours of individual LEDs.
BitmapLEDProgram::BitmapLEDProgram | ( | Block & | ) |
Set the colour of the LED at coordinates {x, y}.