Skip to main content
KM L.1
Associate III
May 30, 2020
Question

I need an example code to operate qwerty keypad using joystick which is available on stm32h743 eval board... Please anyone help me out in this.. I'm struggling from many days ...... Thank u

  • May 30, 2020
  • 27 replies
  • 3578 views

..

This topic has been closed for replies.

27 replies

Martin KJELDSEN
Principal III
June 2, 2020

What're you struggling with?

/Martin

KM L.1
KM L.1Author
Associate III
June 2, 2020

We wanted to operate qwerty keypad using joystick buttons not with touch so how to integrate joystick code with this qwerty keypad.

Martin KJELDSEN
Principal III
June 2, 2020

Watch the webinar in the sticky in this forum on how to make your UI talk to your backend (buttons). I also wrote an article on how to integrate hardware buttons with the touchgfx designer, that may help.

https://support.touchgfx.com/docs/development/board-bring-up/example-gpio/

Start there. After you can react to button presses we can talk again on how to make the keyboard react to these events.

/Martin

KM L.1
KM L.1Author
Associate III
June 2, 2020

Ok I will check with this and then I will come back to u.

Thank u

KM L.1
KM L.1Author
Associate III
June 9, 2020

Hi Martin,

I tried working on the the hardware button.

KM L.1
KM L.1Author
Associate III
June 9, 2020

Now how can I interface joystick with keyboard

Martin KJELDSEN
Principal III
June 9, 2020

How far did you get?

KM L.1
KM L.1Author
Associate III
June 9, 2020

2 days

Martin KJELDSEN
Principal III
June 9, 2020

I mean, how much work did you do ? What's the status of your application? Are you ready to send information from the task to the UI?

KM L.1
KM L.1Author
Associate III
June 9, 2020

But i wanted to generate code using cubeIDE.

I tried working on Button by looking into your webinar.