FabGL
ESP32 Display Controller and Graphics Library
|
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.
c | Raw character code to set. Raw character is not interpreted as control character or escape. |