FabGL
ESP32 Display Controller and Graphics Library
|
void fabgl::Terminal::activate | ( | TerminalTransition | transition = TerminalTransition::None | ) |
Activates this terminal for input and output.
Only one terminal can be active at the time, for input and output. Use this method to activate a terminal. This method de-activates currently active terminal.
transition | Optional transition effect |