Hello,
I’m new to Zephyr rtos, I have been working on a project with LCD screen ili9341 and xpt2046 touch panel. I used the samples “ Hello world ” however the touch screen is not working.
I used “if (IS_ENABLED(CONFIG_LV_Z_POINTER_KSCAN))” to detect the touch & "CONFIG_LV_Z_POINTER_KSCAN=y "in prj.conf file.
Can anyone help me with a similar project for touchscreen or with a simple touchscreen code. Thankyou