eGUI-D4D touch screen management

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

eGUI-D4D touch screen management

1,498 Views
asensio
Contributor I

Hi there!

I'm using a modified version of eGUI 2.07 for Kinetis & MQXLite and I have a specific question in d4d_base.c.

I want to tweak the touch screen managment to allow sliding and continously-touching events, for example. However, D4D seems to have a 'secure' variable or function that prevents the same touching event to happen twice if it has not been untouched previously.

In resume, I want to do this: Button is touched-->calls button function-->button is still touched-->calls button function again...and so on.

Thanks in advance!

0 Kudos
2 Replies

435 Views
LuisCasado
NXP Employee
NXP Employee

Hello,

Could it be that you don't have D4D_OBJECT_F_FASTTOUCH enabled for the object?

Best Regards,

Luis

435 Views
asensio
Contributor I

It is enabled

EDIT: problema solved. It was a small adjustment with the low level library.

0 Kudos