size_t Graphics::write( uint8_t c )
Graphics::write writes a single character and updates the text cursors accordingly. This function is used internally, if you are using it you are probably doing something wrong!
size_t: number of characters written, 1
N/A