FabGL
ESP32 VGA Controller and Graphics Library
|
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.
c | ASCII code to inject into the queue. |