Gui-Guider1.6.1关于列表的相关操作

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

Gui-Guider1.6.1关于列表的相关操作

5,387,726 次查看
bobbyzhang
Contributor I

hi,你好,我现在想实现一个功能,就是设置一张图片的一些参数,我使用了组件中的列表,但是列表后面的值只能在运行代码前设置,具体可以看我上传的附件,我想问一下有没有什么办法能够让我在代码运行起来之后去设置一张图片的这些参数值?

0 项奖励
回复
1 回复

5,387,701 次查看
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @bobbyzhang,

What you are trying to do can be done, but it would have to be implemented manually.

In the project root, under the "generated" folder, you will find "setup_scr_app_config_screen.c" which contains the generated code that displays table_1. It should look something like this:

EdwinHz_0-1708463708565.png

You could manually change the string of the last three cells to a variable in order to change the string at run time by changing the variable's value.

BR,
Edwin.

0 项奖励
回复