From d92093bf97158dc1418384f92c878aa109e9956a Mon Sep 17 00:00:00 2001 From: Alexander Frank Date: Fri, 5 Mar 2021 13:11:49 +0100 Subject: [PATCH] fix typo in examples --- examples/160 x 128/RLE_Font_test/RLE_Font_test.ino | 2 +- examples/160 x 128/TFT_Char_times/TFT_Char_times.ino | 2 +- examples/160 x 128/TFT_Print_Test/TFT_Print_Test.ino | 2 +- examples/160 x 128/TFT_Rainbow/TFT_Rainbow.ino | 2 +- .../160 x 128/TFT_graphicstest_PDQ3/TFT_graphicstest_PDQ3.ino | 2 +- .../160 x 128/TFT_graphicstest_small/TFT_graphicstest_small.ino | 2 +- examples/160 x 128/UTFT_demo_fast/UTFT_demo_fast.ino | 2 +- examples/320 x 240/TFT_Char_times/TFT_Char_times.ino | 2 +- examples/320 x 240/TFT_Clock/TFT_Clock.ino | 2 +- examples/320 x 240/TFT_Clock_Digital/TFT_Clock_Digital.ino | 2 +- examples/320 x 240/TFT_Float_Test/TFT_Float_Test.ino | 2 +- examples/320 x 240/TFT_Matrix/TFT_Matrix.ino | 2 +- examples/320 x 240/TFT_Meter_linear/TFT_Meter_linear.ino | 2 +- examples/320 x 240/TFT_Meters/TFT_Meters.ino | 2 +- examples/320 x 240/TFT_Print_Test/TFT_Print_Test.ino | 2 +- examples/320 x 240/TFT_Rainbow_one_lib/TFT_Rainbow_one_lib.ino | 2 +- examples/320 x 240/TFT_String_Align/TFT_String_Align.ino | 2 +- .../320 x 240/TFT_graphicstest_PDQ/TFT_graphicstest_PDQ.ino | 2 +- .../TFT_graphicstest_one_lib/TFT_graphicstest_one_lib.ino | 2 +- examples/320 x 240/UTFT_demo/UTFT_demo.ino | 2 +- .../TFT_graphicstest_one_lib/TFT_graphicstest_one_lib.ino | 2 +- examples/Generic/TFT_Flash_Bitmap/TFT_Flash_Bitmap.ino | 2 +- examples/Generic/TFT_Screen_Capture/TFT_Screen_Capture.ino | 2 +- .../Generic/Viewport_graphicstest/Viewport_graphicstest.ino | 2 +- .../FLASH_Array/Print_Smooth_Font/Print_Smooth_Font.ino | 2 +- .../LittleFS/Print_Smooth_Font/Print_Smooth_Font.ino | 2 +- .../SD_Card/ESP32_Smooth_Font_SD/ESP32_Smooth_Font_SD.ino | 2 +- .../Smooth Fonts/SPIFFS/Print_Smooth_Font/Print_Smooth_Font.ino | 2 +- examples/Sprite/Sprite_TFT_Rainbow/Sprite_TFT_Rainbow.ino | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/examples/160 x 128/RLE_Font_test/RLE_Font_test.ino b/examples/160 x 128/RLE_Font_test/RLE_Font_test.ino index 315d096..90ed7e9 100644 --- a/examples/160 x 128/RLE_Font_test/RLE_Font_test.ino +++ b/examples/160 x 128/RLE_Font_test/RLE_Font_test.ino @@ -3,7 +3,7 @@ This sketch uses the GLCD (font 1) and fonts 2, 4, 6, 7, 8 - Make sure all the display driver and pin comnenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### diff --git a/examples/160 x 128/TFT_Char_times/TFT_Char_times.ino b/examples/160 x 128/TFT_Char_times/TFT_Char_times.ino index 1ab0a1c..321e933 100644 --- a/examples/160 x 128/TFT_Char_times/TFT_Char_times.ino +++ b/examples/160 x 128/TFT_Char_times/TFT_Char_times.ino @@ -6,7 +6,7 @@ Needs fonts 2, 4, 6, 7 and 8 - Make sure all the display driver and pin comnenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. Note that yield() or delay(0) must be called in long duration for/while diff --git a/examples/160 x 128/TFT_Print_Test/TFT_Print_Test.ino b/examples/160 x 128/TFT_Print_Test/TFT_Print_Test.ino index a89c349..97942c9 100644 --- a/examples/160 x 128/TFT_Print_Test/TFT_Print_Test.ino +++ b/examples/160 x 128/TFT_Print_Test/TFT_Print_Test.ino @@ -3,7 +3,7 @@ This sketch used font 2, 4, 7 - Make sure all the display driver and pin comnenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. Note that yield() or delay(0) must be called in long duration for/while diff --git a/examples/160 x 128/TFT_Rainbow/TFT_Rainbow.ino b/examples/160 x 128/TFT_Rainbow/TFT_Rainbow.ino index c085079..dde3ec5 100644 --- a/examples/160 x 128/TFT_Rainbow/TFT_Rainbow.ino +++ b/examples/160 x 128/TFT_Rainbow/TFT_Rainbow.ino @@ -2,7 +2,7 @@ An example showing rainbow colours on a 1.8" TFT LCD screen and to show a basic example of font use. - Make sure all the display driver and pin comnenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. Note that yield() or delay(0) must be called in long duration for/while diff --git a/examples/160 x 128/TFT_graphicstest_PDQ3/TFT_graphicstest_PDQ3.ino b/examples/160 x 128/TFT_graphicstest_PDQ3/TFT_graphicstest_PDQ3.ino index e74d304..810698f 100644 --- a/examples/160 x 128/TFT_graphicstest_PDQ3/TFT_graphicstest_PDQ3.ino +++ b/examples/160 x 128/TFT_graphicstest_PDQ3/TFT_graphicstest_PDQ3.ino @@ -3,7 +3,7 @@ This sketch uses the GLCD font only. - Make sure all the display driver and pin comnenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. Note that yield() or delay(0) must be called in long duration for/while diff --git a/examples/160 x 128/TFT_graphicstest_small/TFT_graphicstest_small.ino b/examples/160 x 128/TFT_graphicstest_small/TFT_graphicstest_small.ino index 7b80788..f6fac65 100644 --- a/examples/160 x 128/TFT_graphicstest_small/TFT_graphicstest_small.ino +++ b/examples/160 x 128/TFT_graphicstest_small/TFT_graphicstest_small.ino @@ -4,7 +4,7 @@ This sketch uses the GLCD font (font 1) only. Disable other fonts to make the sketch fit in an UNO! - Make sure all the display driver and pin comnenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. Note that yield() or delay(0) must be called in long duration for/while diff --git a/examples/160 x 128/UTFT_demo_fast/UTFT_demo_fast.ino b/examples/160 x 128/UTFT_demo_fast/UTFT_demo_fast.ino index b4f3aa2..5689d02 100644 --- a/examples/160 x 128/UTFT_demo_fast/UTFT_demo_fast.ino +++ b/examples/160 x 128/UTFT_demo_fast/UTFT_demo_fast.ino @@ -6,7 +6,7 @@ This sketch uses the GLCD and font 2 only. - Make sure all the display driver and pin comnenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. Note that yield() or delay(0) must be called in long duration for/while diff --git a/examples/320 x 240/TFT_Char_times/TFT_Char_times.ino b/examples/320 x 240/TFT_Char_times/TFT_Char_times.ino index 2292b7c..39f4479 100644 --- a/examples/320 x 240/TFT_Char_times/TFT_Char_times.ino +++ b/examples/320 x 240/TFT_Char_times/TFT_Char_times.ino @@ -5,7 +5,7 @@ Needs fonts 2, 4, 6, 7 and 8 - Make sure all the display driver and pin comnenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### diff --git a/examples/320 x 240/TFT_Clock/TFT_Clock.ino b/examples/320 x 240/TFT_Clock/TFT_Clock.ino index 66395fa..8f5900b 100644 --- a/examples/320 x 240/TFT_Clock/TFT_Clock.ino +++ b/examples/320 x 240/TFT_Clock/TFT_Clock.ino @@ -7,7 +7,7 @@ This sketch uses font 4 only. - Make sure all the display driver and pin comnenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### diff --git a/examples/320 x 240/TFT_Clock_Digital/TFT_Clock_Digital.ino b/examples/320 x 240/TFT_Clock_Digital/TFT_Clock_Digital.ino index ea26a2b..c8ae039 100644 --- a/examples/320 x 240/TFT_Clock_Digital/TFT_Clock_Digital.ino +++ b/examples/320 x 240/TFT_Clock_Digital/TFT_Clock_Digital.ino @@ -6,7 +6,7 @@ For a more accurate clock, it would be better to use the RTClib library. But this is just a demo... - Make sure all the display driver and pin comnenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### diff --git a/examples/320 x 240/TFT_Float_Test/TFT_Float_Test.ino b/examples/320 x 240/TFT_Float_Test/TFT_Float_Test.ino index 910a995..ef9fc36 100644 --- a/examples/320 x 240/TFT_Float_Test/TFT_Float_Test.ino +++ b/examples/320 x 240/TFT_Float_Test/TFT_Float_Test.ino @@ -21,7 +21,7 @@ BR_DATUM 8 //Bottom right Needs fonts 2 and 6 - Make sure all the display driver and pin comnenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### diff --git a/examples/320 x 240/TFT_Matrix/TFT_Matrix.ino b/examples/320 x 240/TFT_Matrix/TFT_Matrix.ino index 838ce79..36d2cbb 100644 --- a/examples/320 x 240/TFT_Matrix/TFT_Matrix.ino +++ b/examples/320 x 240/TFT_Matrix/TFT_Matrix.ino @@ -5,7 +5,7 @@ // Needs GLCD font /* - Make sure all the display driver and pin comnenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### diff --git a/examples/320 x 240/TFT_Meter_linear/TFT_Meter_linear.ino b/examples/320 x 240/TFT_Meter_linear/TFT_Meter_linear.ino index e526000..316cb1e 100644 --- a/examples/320 x 240/TFT_Meter_linear/TFT_Meter_linear.ino +++ b/examples/320 x 240/TFT_Meter_linear/TFT_Meter_linear.ino @@ -3,7 +3,7 @@ Needs Font 2 (also Font 4 if using large scale label) - Make sure all the display driver and pin comnenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### diff --git a/examples/320 x 240/TFT_Meters/TFT_Meters.ino b/examples/320 x 240/TFT_Meters/TFT_Meters.ino index 3521d0a..9cb97f0 100644 --- a/examples/320 x 240/TFT_Meters/TFT_Meters.ino +++ b/examples/320 x 240/TFT_Meters/TFT_Meters.ino @@ -3,7 +3,7 @@ Needs Font 2 (also Font 4 if using large scale label) - Make sure all the display driver and pin comnenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### diff --git a/examples/320 x 240/TFT_Print_Test/TFT_Print_Test.ino b/examples/320 x 240/TFT_Print_Test/TFT_Print_Test.ino index a4fd703..6708baa 100644 --- a/examples/320 x 240/TFT_Print_Test/TFT_Print_Test.ino +++ b/examples/320 x 240/TFT_Print_Test/TFT_Print_Test.ino @@ -3,7 +3,7 @@ This sketch used font 2, 4, 7 - Make sure all the display driver and pin comnenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### diff --git a/examples/320 x 240/TFT_Rainbow_one_lib/TFT_Rainbow_one_lib.ino b/examples/320 x 240/TFT_Rainbow_one_lib/TFT_Rainbow_one_lib.ino index dce909d..c60c902 100644 --- a/examples/320 x 240/TFT_Rainbow_one_lib/TFT_Rainbow_one_lib.ino +++ b/examples/320 x 240/TFT_Rainbow_one_lib/TFT_Rainbow_one_lib.ino @@ -4,7 +4,7 @@ This sketch uses the GLCD, 2, 4, 6 fonts only. - Make sure all the display driver and pin comnenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### diff --git a/examples/320 x 240/TFT_String_Align/TFT_String_Align.ino b/examples/320 x 240/TFT_String_Align/TFT_String_Align.ino index 9e3a71c..78070f5 100644 --- a/examples/320 x 240/TFT_String_Align/TFT_String_Align.ino +++ b/examples/320 x 240/TFT_String_Align/TFT_String_Align.ino @@ -17,7 +17,7 @@ BR_DATUM = Bottom right Needs fonts 2, 4, 6, 7 and 8 - Make sure all the display driver and pin comnenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### diff --git a/examples/320 x 240/TFT_graphicstest_PDQ/TFT_graphicstest_PDQ.ino b/examples/320 x 240/TFT_graphicstest_PDQ/TFT_graphicstest_PDQ.ino index cca3678..42baa97 100644 --- a/examples/320 x 240/TFT_graphicstest_PDQ/TFT_graphicstest_PDQ.ino +++ b/examples/320 x 240/TFT_graphicstest_PDQ/TFT_graphicstest_PDQ.ino @@ -5,7 +5,7 @@ This sketch uses the GLCD font only. - Make sure all the display driver and pin comnenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### diff --git a/examples/320 x 240/TFT_graphicstest_one_lib/TFT_graphicstest_one_lib.ino b/examples/320 x 240/TFT_graphicstest_one_lib/TFT_graphicstest_one_lib.ino index 553304d..146aea5 100644 --- a/examples/320 x 240/TFT_graphicstest_one_lib/TFT_graphicstest_one_lib.ino +++ b/examples/320 x 240/TFT_graphicstest_one_lib/TFT_graphicstest_one_lib.ino @@ -4,7 +4,7 @@ This sketch uses the GLCD font (font 1) only. - Make sure all the display driver and pin comnenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### diff --git a/examples/320 x 240/UTFT_demo/UTFT_demo.ino b/examples/320 x 240/UTFT_demo/UTFT_demo.ino index c10b562..d418888 100644 --- a/examples/320 x 240/UTFT_demo/UTFT_demo.ino +++ b/examples/320 x 240/UTFT_demo/UTFT_demo.ino @@ -6,7 +6,7 @@ This sketch uses the GLCD and font 2 only. - Make sure all the display driver and pin comnenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### diff --git a/examples/480 x 320/TFT_graphicstest_one_lib/TFT_graphicstest_one_lib.ino b/examples/480 x 320/TFT_graphicstest_one_lib/TFT_graphicstest_one_lib.ino index ef54c3f..58a3daf 100644 --- a/examples/480 x 320/TFT_graphicstest_one_lib/TFT_graphicstest_one_lib.ino +++ b/examples/480 x 320/TFT_graphicstest_one_lib/TFT_graphicstest_one_lib.ino @@ -4,7 +4,7 @@ This sketch uses the GLCD font (font 1) only. - Make sure all the display driver and pin comnenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### diff --git a/examples/Generic/TFT_Flash_Bitmap/TFT_Flash_Bitmap.ino b/examples/Generic/TFT_Flash_Bitmap/TFT_Flash_Bitmap.ino index 54ac4e7..942fdc3 100644 --- a/examples/Generic/TFT_Flash_Bitmap/TFT_Flash_Bitmap.ino +++ b/examples/Generic/TFT_Flash_Bitmap/TFT_Flash_Bitmap.ino @@ -15,7 +15,7 @@ Code derived from ILI9341_due library example - Make sure all the display driver and pin comnenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### diff --git a/examples/Generic/TFT_Screen_Capture/TFT_Screen_Capture.ino b/examples/Generic/TFT_Screen_Capture/TFT_Screen_Capture.ino index 50cfc16..2b0ced0 100644 --- a/examples/Generic/TFT_Screen_Capture/TFT_Screen_Capture.ino +++ b/examples/Generic/TFT_Screen_Capture/TFT_Screen_Capture.ino @@ -15,7 +15,7 @@ This sketch uses the GLCD, 2, 4, 6 fonts only. - Make sure all the display driver and pin comnenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. Maximum recommended SPI clock rate is 27MHz when reading pixels, 40MHz diff --git a/examples/Generic/Viewport_graphicstest/Viewport_graphicstest.ino b/examples/Generic/Viewport_graphicstest/Viewport_graphicstest.ino index 97898d1..134fdc1 100644 --- a/examples/Generic/Viewport_graphicstest/Viewport_graphicstest.ino +++ b/examples/Generic/Viewport_graphicstest/Viewport_graphicstest.ino @@ -5,7 +5,7 @@ This sketch uses the GLCD font (font 1) only. - Make sure all the display driver and pin comnenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### diff --git a/examples/Smooth Fonts/FLASH_Array/Print_Smooth_Font/Print_Smooth_Font.ino b/examples/Smooth Fonts/FLASH_Array/Print_Smooth_Font/Print_Smooth_Font.ino index 230bb19..db38a49 100644 --- a/examples/Smooth Fonts/FLASH_Array/Print_Smooth_Font/Print_Smooth_Font.ino +++ b/examples/Smooth Fonts/FLASH_Array/Print_Smooth_Font/Print_Smooth_Font.ino @@ -14,7 +14,7 @@ The characters supported are in the in the Basic Multilingal Plane: https://en.wikipedia.org/wiki/Plane_(Unicode)#Basic_Multilingual_Plane - Make sure all the display driver and pin connenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. */ diff --git a/examples/Smooth Fonts/LittleFS/Print_Smooth_Font/Print_Smooth_Font.ino b/examples/Smooth Fonts/LittleFS/Print_Smooth_Font/Print_Smooth_Font.ino index cda3f32..ec7a83a 100644 --- a/examples/Smooth Fonts/LittleFS/Print_Smooth_Font/Print_Smooth_Font.ino +++ b/examples/Smooth Fonts/LittleFS/Print_Smooth_Font/Print_Smooth_Font.ino @@ -18,7 +18,7 @@ The characters supported are in the in the Basic Multilingal Plane: https://en.wikipedia.org/wiki/Plane_(Unicode)#Basic_Multilingual_Plane - Make sure all the display driver and pin connenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### diff --git a/examples/Smooth Fonts/SD_Card/ESP32_Smooth_Font_SD/ESP32_Smooth_Font_SD.ino b/examples/Smooth Fonts/SD_Card/ESP32_Smooth_Font_SD/ESP32_Smooth_Font_SD.ino index c6dbb19..e1fce37 100644 --- a/examples/Smooth Fonts/SD_Card/ESP32_Smooth_Font_SD/ESP32_Smooth_Font_SD.ino +++ b/examples/Smooth Fonts/SD_Card/ESP32_Smooth_Font_SD/ESP32_Smooth_Font_SD.ino @@ -16,7 +16,7 @@ The characters supported are in the in the Basic Multilingal Plane: https://en.wikipedia.org/wiki/Plane_(Unicode)#Basic_Multilingual_Plane - Make sure all the display driver and pin connenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### diff --git a/examples/Smooth Fonts/SPIFFS/Print_Smooth_Font/Print_Smooth_Font.ino b/examples/Smooth Fonts/SPIFFS/Print_Smooth_Font/Print_Smooth_Font.ino index 10f9197..5bbcead 100644 --- a/examples/Smooth Fonts/SPIFFS/Print_Smooth_Font/Print_Smooth_Font.ino +++ b/examples/Smooth Fonts/SPIFFS/Print_Smooth_Font/Print_Smooth_Font.ino @@ -21,7 +21,7 @@ The characters supported are in the in the Basic Multilingal Plane: https://en.wikipedia.org/wiki/Plane_(Unicode)#Basic_Multilingual_Plane - Make sure all the display driver and pin connenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### diff --git a/examples/Sprite/Sprite_TFT_Rainbow/Sprite_TFT_Rainbow.ino b/examples/Sprite/Sprite_TFT_Rainbow/Sprite_TFT_Rainbow.ino index e384ea2..a62ee9a 100644 --- a/examples/Sprite/Sprite_TFT_Rainbow/Sprite_TFT_Rainbow.ino +++ b/examples/Sprite/Sprite_TFT_Rainbow/Sprite_TFT_Rainbow.ino @@ -5,7 +5,7 @@ This example plots the text in a sprite then pushes the sprite to the TFT screen. - Make sure all the display driver and pin comnenctions are correct by + Make sure all the display driver and pin connections are correct by editting the User_Setup.h file in the TFT_eSPI library folder. Note that yield() or delay(0) must be called in long duration for/while