Skip to main content
LZale.1
Associate
February 18, 2021
Question

Is there a way to add simulator-only buttons and images in a TouchGFX app, maybe through the use of a skin?

  • February 18, 2021
  • 2 replies
  • 745 views

..

This topic has been closed for replies.

2 replies

Romain DIELEMAN
ST Employee
February 19, 2021

Hi,

You could do this through code. What are you trying to do ? seems interesting.

/Romain

Martin KJELDSEN
Principal III
February 19, 2021

Easy way to do it is to wrap particular code (UI components and logic) in something like:

#ifdef SIMULATOR
//...
#endif