Skip to main content
jsalg.1
Associate II
July 19, 2023
Question

Best way to add same image on all screen in touchGFX?

  • July 19, 2023
  • 1 reply
  • 1496 views

Hi,

I am looking for best solution to add same image in all screens of my project.

For Example, I have 5 screens with different images and my requirements is I need to add one common image (small Icon kind of image) which has to display on each screen meaning on top left corner of each screen.

I know one solution like in each screen go and add this image. since I am new to TouchGFX, I am curious to know is there any best way achieve this.

Regards,

jsalg

 

 

This topic has been closed for replies.

1 reply

INaee.1
Associate II
July 20, 2023

Hi ,,

You can add image in container .

then you can add that container on all screens.

Later , if you edit the container ,, it will automatically updated on all screens.

Here is my latest TouchGFX experiment on Samsung Tab 3 10.1" 1280x800 TFT.

20230710_191448.jpg

I added 2 containers i-e Top_Bar & Bottom_Bar and I have 10 screens in this project with custom designed gauges.

regards

INS