cancel
Showing results for 
Search instead for 
Did you mean: 

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

LZale.1
Associate
 
2 REPLIES 2
Romain DIELEMAN
ST Employee

Hi,

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

/Romain

Martin KJELDSEN
Chief III

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

#ifdef SIMULATOR
//...
#endif