From 7b2cb1dfbd4c75bd2957e48f65114291d2c4e102 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Sat, 10 Sep 2022 15:26:40 +0100 Subject: [PATCH] Another typo --- examples/Generic/Sketch_with_tft_setup/Read_Me.ino | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/examples/Generic/Sketch_with_tft_setup/Read_Me.ino b/examples/Generic/Sketch_with_tft_setup/Read_Me.ino index 051670d..de3e0b8 100644 --- a/examples/Generic/Sketch_with_tft_setup/Read_Me.ino +++ b/examples/Generic/Sketch_with_tft_setup/Read_Me.ino @@ -17,11 +17,10 @@ The procedure is as follows: 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 - new tab, "tft_set.h" in the main sketch, put all the tft library setup information in that header. Now - include this header in the main sketch BEFORE loading the TFT_eSPI library. - +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_setup.h" in the main sketch, put all the tft library setup information in that header. + 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 the board package version). Note that the file must be added to each processor board package you are using. -*/ +*/ \ No newline at end of file