Skip to main content
Associate III
February 27, 2026
Question

touchgfx bind physical button to repeat button

  • February 27, 2026
  • 2 replies
  • 225 views

Hello :

My project use physical buttons and no touch screen.

Can I bind physical buttons to repeat buttons? So I don't have to realise it myself.

2 replies

ST Employee
March 20, 2026

Hello @amb.

Could you elaborate a bit more on what you need?
With hardware buttons, you can already simulate the behavior of a repeat button fairly easily.

Best regards,
Johan

ambAuthor
Associate III
March 22, 2026

I have button displayed on UI,But no touch screen,If I use hardware buttons,I can trigger actions but can't make button on UI change picture. If a button on UI is pressed by touchscreen ,It will change to pic_pressed as long as your finger keep pressing.I want to do this using hardware button :as long as I press the hardware button,the button on UI will continue display pic_pressed.

MM..1
Chief III
March 22, 2026

Show how you trigger action and where ...