one thing i have noticed is the gfx_conf.h file references lgfx::Touch_GT911 _touch_instance, but if we are now using PCA9557 is this a conflict? Still have no touch. I was told i should send my code to you, and i would be contacted. No contact so i am postingthe code here.
The 7-inch CROW Panel display is not detecting touch. I have tried the above solutions, but the issue persists. Initially, the touch functionality worked correctly when powered on, and the LVGL demo test example was displayed. However, after testing the demo lesson, the touch functionality stopped working. Everything else, including code uploading, works properly without any errors. Please give update on this.
I have the same issue. Running lesson 4 on the 7" screen, the touch interface returns nothing. Schematic shows an address of 0x18, but the code is configured 0x14. I tried both and nothing received from the drivers. Either the code/librarys are really bad or my hardware is bad. No idea which but I'm not very satisfied with this product.
I figured out what my issue is. The I2C frequency is too fast. With the initial 400000 setting the screen will not work at all. I never get any touch information returned. I dropped the freq to 300000 and now the paint demo works as it should. Not sure if the hardware specs of the part changed or what, but the settings in the example do not work!
Comments
Winny,
how do i send you the code? I have not recieved an email from you yet.
Hi,

You can try modify the following sentence in the sample code I sent.
And please remember to check the psram setting is correct.

If it still not working, please contact us at techsupport@elecrow.com
one thing i have noticed is the gfx_conf.h file references lgfx::Touch_GT911 _touch_instance, but if we are now using PCA9557 is this a conflict? Still have no touch. I was told i should send my code to you, and i would be contacted. No contact so i am postingthe code here.
I have the same problem, any updates????
Facing the same issue. Tried all of the above, still not working, any update on this team?
The 7-inch CROW Panel display is not detecting touch. I have tried the above solutions, but the issue persists. Initially, the touch functionality worked correctly when powered on, and the LVGL demo test example was displayed. However, after testing the demo lesson, the touch functionality stopped working. Everything else, including code uploading, works properly without any errors. Please give update on this.
I have the same issue. Running lesson 4 on the 7" screen, the touch interface returns nothing. Schematic shows an address of 0x18, but the code is configured 0x14. I tried both and nothing received from the drivers. Either the code/librarys are really bad or my hardware is bad. No idea which but I'm not very satisfied with this product.
I figured out what my issue is. The I2C frequency is too fast. With the initial 400000 setting the screen will not work at all. I never get any touch information returned. I dropped the freq to 300000 and now the paint demo works as it should. Not sure if the hardware specs of the part changed or what, but the settings in the example do not work!