M5Core2 icon indicating copy to clipboard operation
M5Core2 copied to clipboard

UPDATE TFT_eSPI lib inside M5core2

Open fermintm opened this issue 3 years ago • 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

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

fermintm avatar Dec 09 '22 22:12 fermintm

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

reflectingme avatar Mar 20 '23 09:03 reflectingme