Another typo

This commit is contained in:
Bodmer 2022-09-10 15:26:40 +01:00
parent a0dd2db654
commit 7b2cb1dfbd
1 changed files with 4 additions and 5 deletions

View File

@ -17,11 +17,10 @@ The procedure is as follows:
3. Close the Arduino IDE and open it again so the added file is recognised. 3. Close the Arduino IDE and open it again so the added file is recognised.
4. This setup is already complete in this sketch, but to adapt you own sketches, open the a sketch and add a 4. This step is already done in this sketch, but to adapt you own sketches, open the a sketch and add a
new tab, "tft_set.h" in the main sketch, put all the tft library setup information in that header. Now new tab, "tft_setup.h" in the main sketch, put all the tft library setup information in that header.
include this header in the main sketch BEFORE loading the TFT_eSPI library. The tab header name must be tft_setup.h
IMPORTANT: You will need to remember to add the platform.local.txt file again if you upgrade the IDE or IMPORTANT: You will need to remember to add the platform.local.txt file again if you upgrade the IDE or
the board package version). Note that the file must be added to each processor board package you are using. the board package version). Note that the file must be added to each processor board package you are using.
*/ */