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

touchgfx::Application::switchScreen() method

@fn virtual void Application::switchScreen(Screen* newScreen); Switch to another Screen. Switch to another Screen. Will call tearDownScreen on current Screen before switching, and subsequently call setupScreen and draw automatically for the new Screen.

Syntax

virtual void switchScreen(Screen* newScreen);

Arguments

newScreen

References

LocationText
Application.hpp:84
virtual void switchScreen(Screen* newScreen);