cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F746G-DISCO, TouchGFX

AD�?b
Senior

Hi

Problem.

  • There are two screens, S1 and S2.
  • The S1 has two buttons. GO to change screen to S2 and ON to set output pin.
  • The ON button state is sent to main.c.
  • I want to change the screen after pressing GO, but also the state of the ON button.

How to do it?

best regards

Andrzej

1 ACCEPTED SOLUTION

Accepted Solutions

More options is dont create interactions, but write code directly to view.cpp in IDE ...

View solution in original post

4 REPLIES 4
MM..1
Chief II

More options here , but in TouchGFX directly you can create serialized Interactions, mean when one interaction ends start second. Try use this...

AD�?b
Senior

Where's more options?

More options is dont create interactions, but write code directly to view.cpp in IDE ...

AD�?b
Senior

OK.