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

Method getTextPadding

lib/TFT_eSPI/TFT_eSPI.cpp:3034–3037  ·  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

3032** Description: Define padding width (aids erasing old text and numbers)
3033***************************************************************************************/
3034uint16_t TFT_eSPI::getTextPadding(void)
3035{
3036 return padX;
3037}
3038
3039/***************************************************************************************
3040** Function name: getTextDatum

Callers 1

drawButtonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected