> For the complete documentation index, see [llms.txt](https://help.mylo.fun/makermylo-documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.mylo.fun/makermylo-documents/fysetc/voron-v2.4-r2-pro-march-2024/5-touchscreen-tft-troubleshooting.md).

# 5" Touchscreen TFT Troubleshooting

Using this Pi image<https://downloads.raspberrypi.com/raspios_lite_arm64/images/raspios_lite_arm64-2024-07-04/2024-07-04-raspios-bookworm-arm64-lite.img.xz> on my Pi 4B

Comment out these 2 lines in `/boot/firmware/config.txt` (Add # to the beginning of both lines)

Open the file using command `sudo nano /boot/firmware/config.txt`

`#dtoverlay=vc4-kms-v3d`\
`#max_framebuffers=2`

And add this at the bottom of the file after `[all]`

`dtoverlay=ft5406`\
`dtoverlay=pi3-disable-bt`\
then Save & Edit `CTRL+X` and `Y` then `sudo reboot`

Once it comes back up, touch will work (or should work, if the screen is connected correctly).

If you are still experiencing issues ensure that all of the little ribbon cables on the back of the display are seated correctly too.
