A simple Program to set the colours of individual LEDs. More...
#include <juce_BitmapLEDProgram.h>
Public Member Functions | |
BitmapLEDProgram (Block &) | |
virtual juce::Array< juce::File > | getSearchPaths () |
Returns an array of search paths to use when resolving includes. More... | |
void | setLED (uint32 x, uint32 y, LEDColour) |
Set the colour of the LED at coordinates {x, y}. More... | |
Public Attributes | |
Block & | block |
Private Member Functions | |
juce::String | getLittleFootProgram () override |
Returns the LittleFoot program to execute on the BLOCKS device. More... | |
A simple Program to set the colours of individual LEDs.
{Blocks}
juce::BitmapLEDProgram::BitmapLEDProgram | ( | Block & | ) |
|
overrideprivatevirtual |
Returns the LittleFoot program to execute on the BLOCKS device.
Implements juce::Block::Program.
|
inlinevirtualinherited |
Returns an array of search paths to use when resolving includes.
Set the colour of the LED at coordinates {x, y}.
|
inherited |