The BLOCKS SDK
BitmapLEDProgram Struct Reference

Description

A simple Program to set the colours of individual LEDs.

Inheritance diagram for BitmapLEDProgram:

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
Blockblock
 

Constructor & Destructor Documentation

◆ BitmapLEDProgram()

BitmapLEDProgram::BitmapLEDProgram ( Block )

Member Function Documentation

◆ setLED()

void BitmapLEDProgram::setLED ( juce::uint32  x,
juce::uint32  y,
LEDColour   
)

Set the colour of the LED at coordinates {x, y}.


The documentation for this struct was generated from the following file: