Does this library support M5Core2? #922
-
Does this library support M5Core2? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
No The M5Core2 Library uses an old version of TFT_eSPI at it;s core so it should be possible to move the relevant setup files over. I am busy at the moment but will look to see if this is possible next week. |
Beta Was this translation helpful? Give feedback.
-
As far as I can tell the ILI9342C is directly compatible with the existing ILI9341 driver, except that it starts up in landscape mode. The library already has the required support. A suitable setup file for the M5Core2 is below. It appears the M5Core2 does not have a backlight control pin. Post back if the backlight LED does not illuminate, or the setup file does not work. I do not have an M5Core2 to test.
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
There is an Arduino AXP192 library that could be used to manage the TFT power. However you would need to look in more detail at what other functions in the M5Core2 are connected to the chip and whether these need to be controlled. The M5Core2 also has a capacitance touch controller so again you would have to look for a library. Since the M5Core2 library has an early version of TFT_eSPI embedded within it (it has been renamed In_eSPI), the simplest solution is to use that dedicated library. |
Beta Was this translation helpful? Give feedback.
-
@fermintm Thanks for your kind offer of an M5Core2. I have too many projects on the go to make use of one at the moment, so must decline. |
Beta Was this translation helpful? Give feedback.
There is an Arduino AXP192 library that could be used to manage the TFT power. However you would need to look in more detail at what other functions in the M5Core2 are connected to the chip and whether these need to be controlled. The M5Core2 also has a capacitance touch controller so again you would have to look for a library.
Since the M5Core2 library has an early version of TFT_eSPI embedded within it (it has been renamed In_eSPI), the simplest solution is to use that dedicated library.