跳轉到主要內容

TouchGFX引擎特性

本節提供資訊介紹TouchGFX引擎的各種不同功能,例如點陣圖快取、部分影像緩衝區,以及多重語言支援等等。

📄️ 自訂觸發條件和行為

通過TouchGFX Designer,可以定義具有自訂觸發條件和操作的交互元件。 Each Screen in your application can contain a collection of actions (these are simply void methods in C++) that you can call from within TouchGFX Designer as well as in code, while custom containers can also have a collection of triggers (which is equal to a callback in C++) which your application can react to. 在本文中,我們將詳細介紹此功能,使得我們能創建出更簡潔、更有動態的TouchGFX應用。