Touch Issue with NHD-4.3-800480FT-CSXP-CTP
Hello,
I have ordered some of the displayes of the type in the title.
After some trial and error I got them working with an ESP32. The issue now is, that touch does not seem to work properly.
The LCD is working fine and I can display stuff, but even the builtin calibration screen is not working.
It shows "Please tap on the dot." and a blinking dot, but does not respond to any touch.
I had it working for some touches but now again it is doing nothing.
On closer Inspection REG_TOUCH_RAW_XY and REG_TOUCH_SCREEN_XY are never changing from the default values.
As I said, when I get to the calibration screen the MCU is not even involved but touch is not working either.
I am setting:
EVE_memWrite8(REG_TOUCH_MODE, EVE_TMODE_CONTINUOUS); /* enable touch */
EVE_memWrite8(REG_CTOUCH_EXTENDED, 0x01); /* set touch to compatibility mode */
am I missing something?
Thanks a lot
-
Hi streetec,
Sorry to hear you are having this issue.
Please let us know if you are running the example code, and also confirm that it is the Capacitive touchscreen version.
The Capacitive touchscreen will not require a calibration to function properly with this display module.
Regards,0 -
Hi Ted,
thanks for the very fast answer
I am using the example code of RudolphRiedels FT800-FT813 library, as the FTDI Example is running on AVRs only...
I am using a capacitive touch version, of the written type in the title.
EDIT://
I added the source: https://we.tl/t-m1rHn0gmtL0 -
Thanks for sharing the EVE libraries from RudolphRiedels. We are interested to know if the library is compatible with our display module so I have made a request to see if it has been tested.
We hope to hear from him to confirm this and I have linked the request below for your reference.
https://github.com/RudolphRiedel/FT800-FT813/issues/11
In the mean time, please review our example Arduino code on Github for the CTP code settings that work with our display.
https://github.com/NewhavenDisplay/EVE2-TFT-Modules/blob/master/4.3in/_480x272/Capacitive/FT_App_Graph/Project/Arduino/FT_App_Graph/FT_Gpu.h
I hope this is useful. Here are some settings from the FT_Gpu.h file:
#define CTOUCH_MODE_COMPATIBILITY 1
#define CTOUCH_MODE_EXTENDED 0
Best Regards,0 -
Hi,
as suggested at GitHub, I tried using the CONFIG of the 7" Screen. The Display is working fine again, but no touch.
Could you please clarify which registers do need to be set with which values to make touch working? I tried exactly the configuration from your example for avrs but it is not wokring.
Obviously the communication between the MCU and the FT813 is not the problem...
I guess it is just a matter of configuration0 -
Hi streetec,
The FT813 EVE2 will work without special configuration for the CTP's Focaltech FT 5426 controller.
A test of the display hardware using an Arduino UNO with the Arduino shield interface may be a good idea to confirm the CTP touchscreen is working properly at the 800x480 resolution.
Part # NHD-FT81x-SHIELD:
https://www.newhavendisplay.com/nhdft81xshield-p-9581.html
Please review and try using this example code for the 800x480 version of the 4.3" EVE2 TFT with an Arduino Uno:
https://github.com/NewhavenDisplay/EVE2-TFT-Modules/tree/master/4.3in/_800x480/Capacitive/FT_App_Graph/Project/Arduino/FT_App_Graph
Regards,0 -
Hello,
I have bought the shield as well as the cable. I connected verything with
A.) a geniune Arduino Uno
B.) a geniune Arduino Mega 2560
both showed no reaction to the display at all.
I added some lines of logging and found, that when initializing the display, chip_id is always 0x3C (should be 0x7C).
Now I have two Displays, the Shield and still nothing is working and I am really getting upset. I was looking forward to use one of your displays in a product I am currently developing, but due to the struggle in getting this to run I am thinking about looking for a nother supplier.
How can it be that even with your shield and a geniune Arduino Uno it is not working?! To be clear, now not only touch is not working, but the whole display isn't0 -
Hi streetec,
Sorry to hear you are still having troubles getting this working.
The NHD-4.3-800480FT-CSXP-CTP display has been tested to work using the NHD-FT81x-SHIELD with the Arduino Uno, and running the example code listed in the following Github link, out of the box without any extra configuration.
https://github.com/NewhavenDisplay/EVE2-TFT-Modules/tree/master/4.3in/_800x480/Capacitive/FT_App_Graph/Project/Arduino/FT_App_Graph
Please send us an email at nhtech@newhavendisplay.com with some pictures of your configuration and we can assist you directly.
Best Regards,0
Please sign in to leave a comment.
Comments
7 comments