Hello, i am searching for the Display Driver HX8347D and Touch Driver XPT2046 to work with in micropython.
I only came across the driver for HX8347D in C++ and was wondering if anyone here knows where to get a version for micropython.
I am also in the search of the Touch Driver XPT2046 but cant find it anywhere.
I would appreciate if someone uses their time to help me search a driver for my display.
best regards,
Mike
Diver for Waveshare 2.8inch Resistive Touch LCD
-
- Posts: 1
- Joined: Wed Nov 24, 2021 1:46 pm
Re: Diver for Waveshare 2.8inch Resistive Touch LCD
At least for the XPT2046 I can offer a driver: https://github.com/robert-hh/XPT2046-touch-pad-driver
The file xpt2046_syn.py is the "standard" version, touch.py the synchronous version. It uses SPI for communication. The readme is with regards to that misleading. It has to be updated.
The file xpt2046_syn.py is the "standard" version, touch.py the synchronous version. It uses SPI for communication. The readme is with regards to that misleading. It has to be updated.