Fix orange 0xFFAA00->0xFF6600, pads 8-9 white->purple

This commit is contained in:
ash
2026-07-02 07:04:22 +00:00
parent 66058a6722
commit 06479f0ca2
+5 -5
View File
@@ -145,14 +145,14 @@ static uint32_t velocity_to_color(uint8_t velocity) {
static const uint32_t pad_base_colors[10] = { static const uint32_t pad_base_colors[10] = {
0x0000FF, // 0: Blue 0x0000FF, // 0: Blue
0x0000FF, // 1: Blue 0x0000FF, // 1: Blue
0xFFAA00, // 2: Orange 0xFF6600, // 2: Orange
0xFFAA00, // 3: Orange 0xFF6600, // 3: Orange
0xFFAA00, // 4: Orange 0xFF6600, // 4: Orange
0xFF0000, // 5: Red 0xFF0000, // 5: Red
0xFFFFFF, // 6: White 0xFFFFFF, // 6: White
0xFFBF00, // 7: Amber 0xFFBF00, // 7: Amber
0xFFFFFF, // 8: White 0x9900FF, // 8: Purple
0xFFFFFF, // 9: White 0x9900FF, // 9: Purple
}; };
static void apply_pad_color(uint8_t index, uint8_t velocity) { static void apply_pad_color(uint8_t index, uint8_t velocity) {