2022-08-02 01:09 AM
Hi everyone!
The example linked in the documentation (https://support.touchgfx.com/4.14/docs/development/ui-development/scenarios/loading-images-at-runtime) is only about a dynamically created bitmap, but no clue how to use it in the designer is given (in the project there is not .touchgfx file).
Do the jpg images have to be loaded at runtime? Is there another way??
Anyway, there is any tool given to add a jpg image to the stm32CubeIDE project?
Many thanks
2022-08-12 01:43 AM
Hello @Albi ,
If you want to use .jpg images in your project, you will have to follow the documentation and convert them into bitmap at runtime. Otherwise, if you can use .png images, it is possible to import them directly into TouchGFX with the Image widget.
Hope this helps,
/Yoann