Can Psoc4000 family support slider gesture or trackpad gesture?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Leo_liu1
Level 4
Level 4
50 replies posted 25 replies posted 10 replies posted

Hi all,

          I want to use psoc4000 family to come true touch functions: click, double click, long press, slider.

But I have not seen related message about gesture from psoc 4000 family datasheet,so can Psoc4000

family support slider gesture or trackpad gesture?

Best Regards,

Leo

0 Likes
1 Solution
5 Replies
ShanmathiN_06
Employee
Employee
100 replies posted 50 replies posted 25 replies posted

Hi Leo,

PSoC 4000 does not support built-in gesture features.

However, certain PSoC 4000S devices support them. Also, PSoC 4S series devices use 4th generation CapSense IP.

So, you could use them and you can also check out which devices support gestures in the device selector of PSoC Creator.

Y w/gestures indicate that gesture features are available in that particular device.

Else, if you require to use PSoC 4000, then you will have to write your own firmware to detect various gestures.

Thanks,

Shanmathi

0 Likes

Hi Shanmathi,

Yes,some PSOC4000S devices support them. However,in the firmware,i have only seen function like click, double click, slider and others,but long press. If this function is not support,we need to writeit to detect long press or i missed some messages?

Best Regards,

Leo

0 Likes
lock attach
Attachments are accessible only for community members.

Hi Leo,

Apologies for not mentioning about long press gesture earlier.

Yes, you need to write your own firmware to detect long press.

You could probably use the attached main.c as reference.

Thanks,

Shanmathi

0 Likes

Hi Shanmathi ,

Got it,Thanks!

Best Regards,

Leo

0 Likes