Xinyuan-LilyGO / TTGO-T-Display

MIT License
1.02k stars 335 forks source link

Update/Sync Fork with main repo #59

Open benhadad opened 3 years ago

benhadad commented 3 years ago

Main Repo already contains several fixes. This fork is now 6 months behind.

https://github.com/Xinyuan-LilyGO/TTGO-T-Display/blob/5ccb17d15b5ad2308fd274e9efecb7c98058d384/TFT_eSPI/Extensions/Button.cpp#L71

uint16_t tempPadding = _gfx->getTextPadding();

Add ILI9225 support Add viewport feature to Sprites Rationalise common TFT_eSPI and Sprite functions and variables to use inherited functions width(), height(), rotation(), write(), pivot, cursor, swapBytes.