This eliminates the additional code described here: https://github.com/Xinyuan-LilyGO/TTGO-T-Display/issues/8 , and makes displays with offsets behave much more like normal displays (even when rotating).
Specific code changes in applications only need to be made when using the low level functions from tftspi.h, and when initializing the display to check if inversion should be applied from the beginning. (TFT_ALLWAYS_INVERTED)
With these patches the TTGO T-Display is now fully supported, and could imho be added to the README.
This eliminates the additional code described here: https://github.com/Xinyuan-LilyGO/TTGO-T-Display/issues/8 , and makes displays with offsets behave much more like normal displays (even when rotating). Specific code changes in applications only need to be made when using the low level functions from
tftspi.h
, and when initializing the display to check if inversion should be applied from the beginning. (TFT_ALLWAYS_INVERTED
)With these patches the TTGO T-Display is now fully supported, and could imho be added to the README.