Hi,How can we change screen when Hardware button is pressed on the board.TouchGFX UI:Code generated:After this, How are the UI and code are linked. what are the modifications needs to be done. Please share any tutorials are available.
Hi,After getting the code, what is the corrct process to change the UI screen with a hardware button.Came accross some queries, but didnt understood properly. Please help me through this//Handles when a key is pressedvoid Screen1ViewBase::handleKeyE...
Hi //Handles when a key is pressedvoid Screen1ViewBase::handleKeyEvent(uint8_t key){ if(0 == key) { //InteractionGoToScreen2 //When hardware button 0 clicked change screen to Screen2 //Go to Screen2 with no screen transitio...