I am trying to build a custom Zynthian with a Raspberry 3B V1.2.
I have a Kuman 3.5 TFT resistive touchscreen that woks ok with the generic HDMI configuration.
I’d like to make it work with its drivers in order to use the resistive touchscreen and keep the HDMI plug available.
I tried to use the waveshare 35a configuration as suggested here by @wolfpaw98 but it was not working. It returned a black screen asking for zynthian login.
I also tried to compile the driver according to these instructions but then i get a messed up and blurred image.
Did anyone had success with this screen and would kindly share some tips on how to make it work?
I don’t know,
one guy (Pasquale C. pictures with red background) on the amazon reviews claims that by installing the drivers you should be able to connect just with GPIO.
I will try by installing the standard raspbdian distro that hase the drivers pre installed and see what happens when booting without HDMI.
Using the precompiled image the touchscreen works nicely, but requires the hdmi.
So yes apparently the hdmi is necessary. Here there is the mapping of the gpio and if I understand it correctly the gpio is used for power and for the touch panel only.
The nice thing now would be to use a Zynthian image and make the touchscreen work.
So here there is the repo of the drivers with some installation/configuration scripts.
I guess I have to tweak the one corresponding to my device, and use only the code lines responsible for driver installation and configuration, correct?