Move BL1 from GPIO18 to GPIO17 for I2S audio

Frees up GPIO18 for MAX98357A BCLK (I2S bit clock)
- BL1 (eye 1 backlight): GPIO18 → GPIO17
- Requires physical rewiring on head-vixy
This commit is contained in:
Alex Kazaiev
2026-01-17 15:34:32 -06:00
parent 865bc0be94
commit cfdacdae68

View File

@@ -40,7 +40,7 @@ VALID_STATES = ["idle", "listening", "responding", "pleasure", "thinking", "play
# === Display Configuration === # === Display Configuration ===
RST1 = 27 RST1 = 27
DC1 = 25 DC1 = 25
BL1 = 18 BL1 = 17 # Changed from 18 to free up GPIO18 for I2S (MAX98357A BCLK)
RST2 = 22 RST2 = 22
DC2 = 23 DC2 = 23
BL2 = 24 BL2 = 24