Update README.md

This commit is contained in:
Bodmer 2022-10-09 23:06:43 +01:00 committed by GitHub
parent 83b501bd9d
commit 4573e30d59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
A ["Discussions"](https://github.com/Bodmer/TFT_eSPI/discussions) facility has been added for Q&A etc. Use the ["Issues"](https://github.com/Bodmer/TFT_eSPI/issues) tab only for problems with the library. Thanks!
# News
1. The TFT configuration (user setup) can now be included inside an Arduino IDE sketch providing the instructions in the example Generic->Sketch_with_tft_setup are followed. See ReadMe tab in that sketch for the instructions. If the setup is not in the sketch then the library settings will be used. This means that "per project" configurations are possible without modifying the library setup files. Please note that ALL the other examples in the library will use the library settings unless they are adapted and the "tft_setup.h" header file included. (Note: see [#2007[(https://github.com/Bodmer/TFT_eSPI/discussions/2007) as there are issues with this approach, [#2007](https://github.com/Bodmer/TFT_eSPI/discussions/2007) proposes an alternative method.)
1. The TFT configuration (user setup) can now be included inside an Arduino IDE sketch providing the instructions in the example Generic->Sketch_with_tft_setup are followed. See ReadMe tab in that sketch for the instructions. If the setup is not in the sketch then the library settings will be used. This means that "per project" configurations are possible without modifying the library setup files. Please note that ALL the other examples in the library will use the library settings unless they are adapted and the "tft_setup.h" header file included. Note: see [#2007[(https://github.com/Bodmer/TFT_eSPI/discussions/2007) as there are issues with this approach, [#2007](https://github.com/Bodmer/TFT_eSPI/discussions/2007) proposes an alternative method.
2. New GUI examples have been added for sliders, buttons, graphs and meters. These examples require a new support library here: