|
|
2 weeks ago | |
|---|---|---|
| main | 2 weeks ago | |
| CLAUDE.md | 2 weeks ago | |
| README.md | 2 weeks ago |
This project displays the active system status on a 1.28" round TFT LCD mounted on the front panel of a 19" rack enclosure.
On startup, a custom logo is displayed for approximately 10 seconds. The display then changes to indicate whether System A or System B is currently selected.
System selection is determined by the voltage level present on a dedicated ESP32-S2 GPIO input.
Display:
Continuously monitor the input pin and update the display if the selected system changes.
| Function | ESP32-DEVKIT V1 Pin |
|---|---|
| System Select Input | GPIO32 |
| TFT MOSI | GPIO23 |
| TFT SCLK | GPIO18 |
| TFT CS | GPIO26 |
| TFT DC | GPIO25 |
| TFT RST | GPIO27 |