Call "change screen functions" in stm32h5xx_it file
Hello, it is possible to call a function to change screens in a "stm32h5xx_it.c" file?
The goal here is redirect user to a different screen globally, with no need to do this in every screen individually. This function is called in "EXTI15_IRQHandler(void)" in the same file, which is a hardware button of mine.


