Replies: 2 comments 2 replies
-
A pull request would be welcome as I do not use TFT_eSPI as an ESP-IDF component! |
Beta Was this translation helpful? Give feedback.
2 replies
-
It also depends on whether you are using the IC alone, or a module like a wrover/wroom |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When TFT_eSPI is used as an ESP-IDF component, the files
Kconfig
andTFT_config.h
are used to configure the device. However, the selection of the SPI port (VSPI or HSPI) seems to be missing.I suggest adding a choice in the
Kconfig
file:and to extend
TFT_config.h
to make use of this configuration:Do you have any objection to doing so? Can I make a pull request for this change?
Beta Was this translation helpful? Give feedback.
All reactions