JUCE
|
A simple Program to set the colours of individual LEDs. More...
#include <juce_BitmapLEDProgram.h>
Public Member Functions | |
BitmapLEDProgram (Block &) | |
void | setLED (uint32 x, uint32 y, LEDColour) |
Set the colour of the LED at coordinates {x, y}. | |
![]() | |
Program (Block &) | |
Creates a Program for the corresponding LEDGrid. | |
virtual | ~Program () |
Destructor. | |
virtual String | getLittleFootProgram ()=0 |
Returns the LittleFoot program to execute on the BLOCKS device. | |
virtual juce::Array< File > | getSearchPaths () |
Returns an array of search paths to use when resolving includes. | |
Additional Inherited Members | |
![]() | |
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}.