|
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 &) | |
| Creates a Program for the corresponding LEDGrid. More... | |
| virtual | ~Program () |
| Destructor. More... | |
| 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}.
1.8.17