Hello,
I recently set up a Pironman5 Pro Max with Raspberry Pi 5 and Raspberry Pi OS (Bookworm, 64-bit), and the TFT display remains white at all times.
Environment:
- Hardware: Pironman5 Pro Max
- SBC: Raspberry Pi 5
- OS: Raspberry Pi OS Bookworm 64-bit
- pironman5 version: 1.3.7 (installed via official install script)
What I confirmed:
- The TFT is detected as a display by the system
- Touch input from the TFT is recognized
- OLED is working correctly
- SPI is enabled in /boot/firmware/config.txt (dtparam=spi=on)
- pironman5 service is active and running
- No errors in systemctl status pironman5
What I found:
Searching the installed source files, there appears to be no TFT-related code in pironman5 1.3.7:
grep -r "tft\|TFT\|lcd\|LCD" /opt/pironman5/ --include="*.py" -l
No pironman5-specific files were returned.
Also, the latest release on GitHub appears to be 1.2.21, while the install script installed 1.3.7 — could this be a pre-release or development version?
Question:
Is TFT display support planned or currently under development for Pironman5 Pro Max? Is there any additional configuration or package required to enable it?
Thank you!
Hello,
I recently set up a Pironman5 Pro Max with Raspberry Pi 5 and Raspberry Pi OS (Bookworm, 64-bit), and the TFT display remains white at all times.
Environment:
What I confirmed:
What I found:
Searching the installed source files, there appears to be no TFT-related code in pironman5 1.3.7:
No pironman5-specific files were returned.
Also, the latest release on GitHub appears to be 1.2.21, while the install script installed 1.3.7 — could this be a pre-release or development version?
Question:
Is TFT display support planned or currently under development for Pironman5 Pro Max? Is there any additional configuration or package required to enable it?
Thank you!