FabGL
ESP32 Display Controller and Graphics Library

◆ setChar()

bool fabgl::TerminalController::setChar ( uint8_t  c)

Sets a raw character at current cursor position.

Cursor position is moved by one position to the right.

Parameters
cRaw character code to set. Raw character is not interpreted as control character or escape.
Returns
True if vertical scroll occurred.