Anyone had any luck with the JC8012P4A1C_I_W_Y esp32 P4 module?
Posted: Thu Feb 26, 2026 9:35 pm
Hi everyone, I have recently bought a JC8012P4A1C_I_W_Y, which is an esp32 p4 module with a 10.1 display.
The vendor provided a repository with few demo aplications, some written in esp idf (https://github.com/guitionofficial/P4-s ... f-examples) but most of them doesn't work in my case.
It seems to me the main issue is related to the touch screen driver, not properly working. From the logs it looks like hanging there:
I (1537) gsl3680: gsl3680 writing 0xf0 0x12
E (1537) lcd_panel.io.i2c: panel_io_i2c_tx_buffer(193): i2c transaction failed
E (1537) gsl3680: touch_gsl3680_read_cfg(508): gsl3680 read error
I (1542) gsl3680: start init
I (1545) gsl3680: clear reg
Had anyone got experience with the same device and managed to get it working?
Thank you in advance
The vendor provided a repository with few demo aplications, some written in esp idf (https://github.com/guitionofficial/P4-s ... f-examples) but most of them doesn't work in my case.
It seems to me the main issue is related to the touch screen driver, not properly working. From the logs it looks like hanging there:
I (1537) gsl3680: gsl3680 writing 0xf0 0x12
E (1537) lcd_panel.io.i2c: panel_io_i2c_tx_buffer(193): i2c transaction failed
E (1537) gsl3680: touch_gsl3680_read_cfg(508): gsl3680 read error
I (1542) gsl3680: start init
I (1545) gsl3680: clear reg
Had anyone got experience with the same device and managed to get it working?
Thank you in advance