FabGL
ESP32 Display Controller and Graphics Library

◆ write() [2/2]

size_t fabgl::Terminal::write ( uint8_t  c)

Sends a single code to the display.

Code can be only of the ANSI/VT codes or ASCII characters.

Parameters
cThe code to send.
Returns
The number of codes written.