2022-05-02 07:29 AM
Hello,
Is it possible to use the GUI developed with TouchGFX of a project for another project but with another STM32 board?
Please help me with the steps to follow in order to use the graphical interface developed with STM32G071 in another board.
Thanks,
2022-05-02 11:28 AM - edited 2023-11-20 09:11 AM
Yes in new empty project open Import GUI and BROWSE to existed ***.touchgfx file.
2022-05-03 01:15 AM
Thanks a lot, that works!
However, I have a problem with the CubeIDE, it does not compile, the error is: the «FLASH» region overflows by 929632 bytes.
Is there a problem if the projects are different in size?
Thanks Again,
2022-05-03 08:55 AM
GUI images and font need be stored . External or internal flash , but this need configure ...
Images too can waste space , for example change storing format to L8 *** is good solution.