cancel
Showing results for 
Search instead for 
Did you mean: 

Interfacing External Touch Sensor to Touch GFX Demo 2.

Vins
Senior

Hi Community,

I wanted to interface external touch sensor to achieve following tasks.

1) Slide to move the carousal icons.

2) Touch to get into that particular application.

Operations are happening with Touch Screen (STM32F769I-DISCO). I wanted to replace touch screen by External Touch Sensor. So, anyone is having idea how to get it done? 

/Vins

2 REPLIES 2
Yoann KLEIN
ST Employee

Hello @Vins​ ,

For interfacing an external touch sensor with your application, you can take a look at the documentation.

That should be a good starting point for you.

Also, if you wanna create a "carousal" view with clickable icons to enter menus or applications, I'd recommend you to get inspiration from the "Scroll Wheel and List Example" available in TouchGFXDesigner.

Hope that this helps,

/Yoann

Yoann KLEIN
ST Software Developer | TouchGFX

Hi @Yoann KLEIN​ Thanks for your reply.

Now I am working on Touch GFX Demo 2 project as it is available in the demo section of Touch GFX Designer 4.20.0. In this project I want to move the Carousel by sliding on the external Touch Sensor and single tap on the same slider to enter into that particular application.  

So, I need support on the same topic.