Hi,
I have absolutely no idea when dealing with drivers under Linux, so I am now trusting to your forum and I hope that someone can help me.
I have an LCD display with capacitive touch panel. The touch controller is the ST1633i (sends the coordinates of the user input via I2C) and that's it.
I would like the inputs to be recognized by the operating system via the touch panel.
I also found a driver for the ST1633i (https://gitlab.indel.ch/thirdparty/...752aa4a798/drivers/input/touchscreen/st1633.c).
My questions are now:
How do I correctly insert this driver? Where do I have to save it?
What else do I have to do? What should I put attention on?
Is there a general workflow for this?
How can I test this?
I know, I could easily integrate the reading of user input into my application program. But I find the way with the driver the most elegant. Regardless, I'm interested.
Operating system: Linux Angstrom (Yocto Project).
Hardware: Toradex VF61 (https://www.toradex.com/en/computer-on-modules/colibri-arm-family/nxp-freescale-vybrid-vf6xx)
Many thanks in advance!
I have absolutely no idea when dealing with drivers under Linux, so I am now trusting to your forum and I hope that someone can help me.
I have an LCD display with capacitive touch panel. The touch controller is the ST1633i (sends the coordinates of the user input via I2C) and that's it.
I would like the inputs to be recognized by the operating system via the touch panel.
I also found a driver for the ST1633i (https://gitlab.indel.ch/thirdparty/...752aa4a798/drivers/input/touchscreen/st1633.c).
My questions are now:
How do I correctly insert this driver? Where do I have to save it?
What else do I have to do? What should I put attention on?
Is there a general workflow for this?
How can I test this?
I know, I could easily integrate the reading of user input into my application program. But I find the way with the driver the most elegant. Regardless, I'm interested.
Operating system: Linux Angstrom (Yocto Project).
Hardware: Toradex VF61 (https://www.toradex.com/en/computer-on-modules/colibri-arm-family/nxp-freescale-vybrid-vf6xx)
Many thanks in advance!