m5stack/M5Core2

UPDATE TFT_eSPI lib inside M5core2

fermintm opened this issue · 1 comments

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

  • OS: Windows
  • IDE &IDE Version: ARDUINO IDE 1.8.19
  • Repository Version:

Additional context

No response

Issue checklist

  • I searched for previous reports in the issue tracker
  • My report contains all necessary details

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 :)