diff --git a/README.md b/README.md index ec390d5..2617d06 100644 --- a/README.md +++ b/README.md @@ -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: