cancel
Showing results for 
Search instead for 
Did you mean: 

Hardware Button used Menu Options in Touchgfx .

GMano.1
Associate II

Hai :

I am using STM32H7 MCU custom board with Hardware Buttons. Set points can be changed by selecting the menu in the menu list and using the button.

What the option used in the Touchgfx framework?

I am trying change menu selection(Highlights). So used "MOVE THE WIDGET" Interaction. But if the button is clicked after making all the moves.

Kindly share any solution for my project,

Thanks & Regards

M. Govind

3 REPLIES 3
Yoann KLEIN
ST Employee

Hello @GMano.1​ ,

Sorry, I don't understand your question / problem.

Can you elaborate and explain what you want to do exactly, what is your issue?

Say which version of TouchGFX are you using ?

Can you provide screenshots to illustrate your issue also ?

Thanks by advance,

/Yoann

Yoann KLEIN
ST Software Developer | TouchGFX
GMano.1
Associate II

Hai Yoann KLEIN;

Thanks for response.

I am using Touchgfx 4.20.0, For our application have a Menu Options and Set points.

So externally using Key buttons like UP, Down, Enter Buttons( Hardware Button).

We need to select options(option-1, option-2, option-3, option-4,.......option-7) after selection change the set points value this is our need.

This all options are need to select in single page using Up, Down button.

So we are trying with "Scroll list" and some other widget but it not work.

Kindly give me a solution for this application.

Thanks & Regards

M. Govind

Hi, did you solve your problem? I have the same problem.

I have initialized GPIO hardware push buttons and I want to select and change in screens to implement a special setting, I have a question, did you define interactions with new keys in each screen or you just used the new interactions with predefined keys to change screen ?

I meant for example your main menu is screen 1 and in that you have 6 buttons which each of them is assigned to a setting.

you want to select button 1 and by this you lead to a new screen (for example screen 3).

You defined for example GOIPD13 is enter key and in GUI you assigned key=1

Do you use key 1 in screen 3 again to enter or select or we have to define new keys?

Thanks in advance!