| Display pin | ESP32 GPIO | Notes |
|---|---|---|
| BUSY | 4 | Input — display signals when busy |
| RST | 16 | Reset |
| DC | 17 | Data/command select |
| CS | 5 | SPI chip select |
| CLK | 18 | SPI clock (hardware SPI) |
| DIN | 23 | SPI MOSI |
| GND | GND | |
| VCC | 3.3 V | Do not use 5 V |
These pin assignments match
main.cpp. If you need to remap them, change thePIN_*defines at the top of the file — the SPI CLK and DIN pins (18, 23) are hardware SPI and cannot be freely remapped without switching to software SPI.
| Source | Connection | Notes |
|---|---|---|
| Mixing desk | Line-out → USB audio interface → PC USB | Cleanest signal; recommended |
| Microphone | USB condenser → PC USB | Use if mixer feed not available |
Whisper performs best with a clean, low-noise signal. A direct line feed from the mixing desk eliminates room echo and background noise.