跳转到主要内容

场景

本节包含开发人员在不同开发阶段可能遇到的不同场景及应对方法。

📄️ Creating a TouchGFX Board Setup

TouchGFX板件设置(TBS)是.tpa文件,定义了运行TouchGFX应用的平台。 This approach is for developers who wish to distribute easy-to-use TBSs separately from the UI code that runs on top of them. 本文描述了如何使用内置工具tgfx.exe,将现有的TouchGFX项目封装到可再分发的TBS中。 This tool can be found in the TouchGFX installation directory which is C:/TouchGFX/4.25.0/designer if it is installed in the default directory. For the duration of this article, examples are based on an application called "MyApplication" and on TouchGFX version 4.25.0.