eGUI-D4D touch screen management

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

eGUI-D4D touch screen management

2,116 次查看
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!

标记 (3)
0 项奖励
回复
2 回复数

1,053 次查看
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

1,053 次查看
asensio
Contributor I

It is enabled

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

0 项奖励
回复