About using variables in TouchGFX
folder is model ,main_page_screen, pw_touchgfxactivev_screen.
I want to use the variables A declared in the model in main_screen and pw_page_screen. I don't know how to declare variables and how to use them.
For example, variable A is declared in model.cpp.
In pw_touchgfxactive_screen.cpp, enter 1 for variable A.
I want to use variable A in main_page_screen.cpp.
Thank you for telling me how to pass the variable A value entered in pw_touchgfxactive to main_page_screen.cpp.

