Fix palette: entries 121-127 now visible (was black). Remove local flash.
This commit is contained in:
+7
-7
@@ -129,13 +129,13 @@ static const uint32_t launchpad_palette[128] = {
|
||||
0x1E002F, // 118
|
||||
0x1B0029, // 119
|
||||
0x170023, // 120
|
||||
0x14001E, // 121
|
||||
0x110018, // 122
|
||||
0x0D0013, // 123
|
||||
0x0A000D, // 124
|
||||
0x070008, // 125
|
||||
0x030002, // 126
|
||||
0x000000, // 127: Off
|
||||
0x190033, // 121: dark purple-red (was near-black)
|
||||
0x3D0047, // 122: medium purple-red
|
||||
0x61005C, // 123: bright purple
|
||||
0x850070, // 124: brighter purple
|
||||
0x9900CC, // 125: bright magenta
|
||||
0xCC00FF, // 126: full magenta
|
||||
0xFF00FF, // 127: full magenta (Maximum velocity = visible)
|
||||
};
|
||||
|
||||
static uint32_t velocity_to_color(uint8_t velocity) {
|
||||
|
||||
Reference in New Issue
Block a user