suggestion: reorginaztion of user_setups folder #3205
Unanswered
ECO1AI
asked this question in
New processor/display support or capability request
Replies: 1 comment 1 reply
-
You can create your own setup folder. See here: There are no pans to change TFT_eSPI as I think this will create problems for existing users familiar with the current setup arrangement. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
this is a suggestion to rearrange
user_setups
folder within the library as follows:example:
note:
revA
,revB
.note.txt
ornote.md
are are to indicate the nonexistence of driver support for a board or to describe the limitation of the driver, as example.as such, there will be some changes to
user_setup_select.h
file:instead of listing all combinations we aim for the following:
this way, the library will follow
/LCD_DRIVER/LCD_REV/CONTROLLER_BOARD/config.h
to find the needed driver. as example:/ST7796/SPI_REVA/ESP32/config.h
As
tft_espi
library is getting larger and larger, its getting hard to keep track and find the target driver for our experiment. i am ware that it needs sometime and effort to make this change,but slowly we can convert to the new cofig format.Beta Was this translation helpful? Give feedback.
All reactions