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