2023-11-30 10:18 PM - edited 2023-11-30 10:19 PM
i have print the hello board on stm32mp135 board using below path.
now i want to control gpio pin with this GUI .
how i can do this ?
2024-01-04 08:16 AM
Hello @Ranjeet Singh ,
You can use libgpio from userland to access GPIOs functionalities from a user application. Please check out this wiki article : https://wiki.st.com/stm32mpu/wiki/How_to_control_a_GPIO_in_userspace#GPIO_control_through_your_own_application
From GTK, you have to check the documentation of the UI framework. For buttons you have a callback function that can call whatever you want behind, and so libgpio ...
Kind regards,
Erwan.