Solved
STM32F746G-DISCO, hardware button, STM32CubeIDE
Hi
How to change the screen or widget with the hardware button?
best regards
Andrzej
Hi
How to change the screen or widget with the hardware button?
best regards
Andrzej
You should follow the structure of Model-View-Presenter, e.g.
The latter function in presenter.cpp might call e.g.:
static_cast<FrontendApplication*>(Application::getInstance())->goto_yourscreen_ScreenCoverTransitionEast();When your question is answered, please close this topic by choosing Select as Best.
/Peter
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.