2021-01-27 09:59 AM
Hii,
i am working with STM32G474 MCU with 250X250 Pixel TFT display, i have Develop UI and it is working fine but now our code size is to increase so i want to make Generalize , so now i want to create one Screen and in that screen all the common image available and as per requirement i will access required image form other Screen , so can you please suggest how to move image from other screen to present screen,
i have try many thing but unable to do that ,
please suggest as soon as possible.
thanks
2021-01-27 11:22 AM
You can use one image more times, but generated is only one, then i dont see your idea? ...
2021-01-27 07:59 PM
you means if I put same image in multiple screen then it is generated only once ?
2021-01-27 08:36 PM
Hi MM,
I have check in TouchGFX, code size remaining's same if I used one image in one screen or multiple screen, but Due to modularity I want to know that how to access other screen image in presence screen,
I want to move /access other screen image in presence screen , so please suggest me best way.
thanks.