m5stack / M5Core2

M5Core2 Arduino Library
MIT License
262 stars 113 forks source link

UPDATE TFT_eSPI lib inside M5core2 #118

Open fermintm opened 1 year ago

fermintm commented 1 year ago

Describe the bug

They should update the TFT_eSPi library included in M5stack-M5Core2 since it is very old.

To reproduce

They should update the TFT_eSPi library included in M5stack-M5Core2 since it is very old.

Expected behavior

They should update the TFT_eSPi library included in M5stack-M5Core2 since it is very old.

Screenshots

No response

Environment

Additional context

No response

Issue checklist

reflectingme commented 1 year ago

I don't think the actual TFT_eSPI library is included per sé @fermintm, because if it was you could simply update the library within the code. I think (though am not 100% on this) there is a new class defined with the same name that emulates some of the functionality of the TFT_eSPI library. See file ln_eSPI.h line 731 onwards.

If this is the case, then if you're comfortable enough you could add whatever functionality you need... possibly :)