Static Setup File possible? #2904
Closed
Zelsof
started this conversation in
Compatible displays and setup files
Replies: 1 comment 1 reply
-
If you use PlatformIO the setup can be in the platformio.ini file, see here: You can have your own folder for setups and link the library to it, see end of tips here: The key advantage of the setup file approach is that examples will run without modification. |
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.
-
Hi,
Everytime there is an update for TFT_eSPI availabe, after install, my "User_Setup.h" has been overwritten. Is there an easy way to keep this file static? Or to include the parameters like "#define TFT_CS ... " somehow in my code?
The aim would be to update the library without caring about the setup file.
Ideas? :)
Beta Was this translation helpful? Give feedback.
All reactions