MCPcopy Create free account
hub / github.com/BruceDevices/firmware / setTextPadding

Method setTextPadding

lib/TFT_eSPI/TFT_eSPI.cpp:3025–3028  ·  view source on GitHub ↗

** Function name: setTextPadding ** Description: Define padding width (aids erasing old text and numbers) ***************************************************************************************/

Source from the content-addressed store, hash-verified

3023** Description: Define padding width (aids erasing old text and numbers)
3024***************************************************************************************/
3025void TFT_eSPI::setTextPadding(uint16_t x_width)
3026{
3027 padX = x_width;
3028}
3029
3030/***************************************************************************************
3031** Function name: setTextPadding

Callers 1

drawButtonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected