Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Variables
NovationLaunchpadColorLUT.hpp File Reference
#include <AH/Arduino-Wrapper.h>
+ Include dependency graph for NovationLaunchpadColorLUT.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static const uint8_t NovationLaunchpadColorLUT [][3]
 Lookup table for the colors of the LEDs used by Novation Launchpad control surfaces.
 

Variable Documentation

◆ NovationLaunchpadColorLUT

const uint8_t NovationLaunchpadColorLUT[][3]
static

Lookup table for the colors of the LEDs used by Novation Launchpad control surfaces.

Indexed by velocity value [0, 0x7F], byte order BGR.

Definition at line 7 of file NovationLaunchpadColorLUT.hpp.