FabGL
ESP32 Display Controller and Graphics Library

◆ write() [2/2]

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

Definition at line 1951 of file terminal.cpp.