在设计用户界面时,EVE具有哪些触摸功能可供设计师使用?

EVE具有创新的触摸标记和跟踪功能,使得解释屏幕上的触摸变得更加容易。

With tagging, you can assign tag numbers to objects on the screen when you draw them. When the screen is being displayed, you can check for touches by simply reading a register which will return the tag number if a tagged item is being touched (you can still read the X and Y coordinates of the touch too if required).

这对于屏幕上的按钮等控件非常理想。您还可以启用中断以通知MCU如果标记值发生变化。