FabGL
ESP32 VGA Controller and Graphics Library

◆ localWrite() [1/2]

void fabgl::TerminalClass::localWrite ( uint8_t  c)

Inject keys into the keyboard queue.

Characters added with localWrite() will be received with read(), available() and peek() methods.

Parameters
cASCII code to inject into the queue.