FabGL
ESP32 Display Controller and Graphics Library

◆ setChar()

bool 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.

Definition at line 5119 of file terminal.cpp.