I'm using nrf52840 and SDK VR 15.0.0
I want to apply the long press button functionality and short press button functionality to change the screens in OLED SSD1306.
How can I perform that?
Thank you!
I'm using nrf52840 and SDK VR 15.0.0
I want to apply the long press button functionality and short press button functionality to change the screens in OLED SSD1306.
How can I perform that?
Thank you!
By using the app_button, nrfx gpiote, and app timers. I read the status of a button based on that start and stop the timers.
It worked fine.
thank you!!!
manoj97 said:
By using the app_button, nrfx gpiote, and app timers. I read the status of a button based on that start and stop the timers.
It worked fine.
thank you!!!
I am happy to hear that your issue is resolved, and that it is now working as intended, great!
It is no problem at all, I am happy to help.
Please do not hesitate to open a new ticket if you should encounter any issues or questions in the future.
Good luck with your development!
Best regards,
Karl