Fix palette: entries 121-127 now visible (was black). Remove local flash.

This commit is contained in:
ash
2026-06-30 05:05:06 +00:00
parent d59e36a9a5
commit ae2891fca8
2 changed files with 9 additions and 22 deletions
+7 -7
View File
@@ -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) {