Documenting My Journey in Software Development, Application Security, Cybersecurity & OSINT
Fixing Arduino TFT LCD White Screen Problems
My Arduino TFT Touch Screen Project
I’m working on a hobby project where I’m building Arduino gadgets.
The biggest problem working on Arduinos is that they are more or less experimental and finding drivers and software packages can be quite challenging. Often, it becomes the most time consuming part of any Arduino project.
Arduino TFT LCDs
Recently, I’ve started experimenting with Arduino TFT LCDs and what a joy it is to find all the missing libraries and “How-To” resources to pull this off.
I’m posting this information because it helped me with the issue I was having.
Sometimes it is not just the drivers, but the software to makes Arduino hardware run that often sends you down the rabbit hole. Often, you’ll spend hours troubleshooting your project over a code bug but never being 100% sure you hardware isn’t failing.
Once I finally found the right drivers and a couple of code tweaks, I finally got the 2.4 inch TFT LCD to work a bit and even a drawing app that let you draw with your finger or stylus.