Control Surface  1.1.1
MIDI Control Surface library for Arduino
Variables
NovationLaunchpadColorLUT.hpp File Reference
#include <Arduino.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. More...
 

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.