touchgfx::Application::appSwitchScreen() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Application::appSwitchScreen()

touchgfx::Application::appSwitchScreen() method

@fn virtual void Application::appSwitchScreen(uint8_t screenId) An application specific function for switching screen. An application specific function for switching screen. Overloading this can provide a means to switch screen from places that does not have access to a pointer to the new screen. Base implementation is empty.

Syntax

virtual void appSwitchScreen(uint8_t screenId);

Arguments

screenId

An id that maps to the desired screen.

References

LocationText
Application.hpp:97
virtual void appSwitchScreen(uint8_t screenId)