From 4dd45faf41313e1dab0130bf21a74435790cfd45 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Sat, 6 Mar 2021 20:14:37 +0000 Subject: [PATCH] Correct typos --- Tools/Create_Smooth_Font/Create_font/Create_font.pde | 2 +- examples/160 x 128/RLE_Font_test/RLE_Font_test.ino | 4 ++-- examples/160 x 128/TFT_Char_times/TFT_Char_times.ino | 4 ++-- examples/160 x 128/TFT_Print_Test/TFT_Print_Test.ino | 4 ++-- examples/160 x 128/TFT_Rainbow/TFT_Rainbow.ino | 4 ++-- .../160 x 128/TFT_graphicstest_PDQ3/TFT_graphicstest_PDQ3.ino | 4 ++-- .../TFT_graphicstest_small/TFT_graphicstest_small.ino | 4 ++-- examples/160 x 128/UTFT_demo_fast/UTFT_demo_fast.ino | 4 ++-- examples/320 x 240/TFT_Char_times/TFT_Char_times.ino | 4 ++-- examples/320 x 240/TFT_Clock/TFT_Clock.ino | 4 ++-- examples/320 x 240/TFT_Clock_Digital/TFT_Clock_Digital.ino | 4 ++-- examples/320 x 240/TFT_Float_Test/TFT_Float_Test.ino | 4 ++-- examples/320 x 240/TFT_Matrix/TFT_Matrix.ino | 4 ++-- examples/320 x 240/TFT_Meter_linear/TFT_Meter_linear.ino | 4 ++-- examples/320 x 240/TFT_Meters/TFT_Meters.ino | 4 ++-- examples/320 x 240/TFT_Print_Test/TFT_Print_Test.ino | 4 ++-- .../320 x 240/TFT_Rainbow_one_lib/TFT_Rainbow_one_lib.ino | 4 ++-- examples/320 x 240/TFT_String_Align/TFT_String_Align.ino | 4 ++-- .../320 x 240/TFT_graphicstest_PDQ/TFT_graphicstest_PDQ.ino | 4 ++-- .../TFT_graphicstest_one_lib/TFT_graphicstest_one_lib.ino | 4 ++-- examples/320 x 240/UTFT_demo/UTFT_demo.ino | 4 ++-- examples/480 x 320/TFT_Meter_4/TFT_Meter_4.ino | 2 +- examples/480 x 320/TFT_Print_Test/TFT_Print_Test.ino | 2 +- examples/480 x 320/TFT_Rainbow480/TFT_Rainbow480.ino | 2 +- .../TFT_graphicstest_one_lib/TFT_graphicstest_one_lib.ino | 4 ++-- examples/480 x 320/UTFT_Demo_480x320/UTFT_Demo_480x320.ino | 2 +- examples/DMA test/Flash_Jpg_DMA/panda.h | 2 +- examples/Generic/TFT_Flash_Bitmap/TFT_Flash_Bitmap.ino | 4 ++-- examples/Generic/TFT_Screen_Capture/TFT_Screen_Capture.ino | 4 ++-- .../Generic/Viewport_graphicstest/Viewport_graphicstest.ino | 4 ++-- .../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 +- .../SPIFFS/Print_Smooth_Font/Print_Smooth_Font.ino | 2 +- examples/Sprite/Sprite_RLE_Font_test/Sprite_RLE_Font_test.ino | 2 +- examples/Sprite/Sprite_TFT_Rainbow/Sprite_TFT_Rainbow.ino | 4 ++-- 36 files changed, 61 insertions(+), 61 deletions(-) diff --git a/Tools/Create_Smooth_Font/Create_font/Create_font.pde b/Tools/Create_Smooth_Font/Create_font/Create_font.pde index 6832248..c8e5560 100644 --- a/Tools/Create_Smooth_Font/Create_font/Create_font.pde +++ b/Tools/Create_Smooth_Font/Create_font/Create_font.pde @@ -147,7 +147,7 @@ int displayFontSize = 28; static final int[] unicodeBlocks = { // The list below has been created from the table here: https://en.wikipedia.org/wiki/Unicode_block // Remove // at start of lines below to include that unicode block, different code ranges can also be specified by - // editting the start and end-of-range values. Multiple lines from the list below can be included, limited only by + // editing the start and end-of-range values. Multiple lines from the list below can be included, limited only by // the final font file size! // Block range, //Block name, Code points, Assigned characters, Scripts 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..7c059d1 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,8 +3,8 @@ 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 - editting the User_Setup.h file in the TFT_eSPI library folder. + Make sure all the display driver and pin connections are correct by + editing the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ###### 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..a2951d1 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,8 +6,8 @@ Needs fonts 2, 4, 6, 7 and 8 - Make sure all the display driver and pin comnenctions are correct by - editting the User_Setup.h file in the TFT_eSPI library folder. + Make sure all the display driver and pin connections are correct by + editing 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 loops to stop the ESP8266 watchdog triggering. 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..8563c0d 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,8 +3,8 @@ This sketch used font 2, 4, 7 - Make sure all the display driver and pin comnenctions are correct by - editting the User_Setup.h file in the TFT_eSPI library folder. + Make sure all the display driver and pin connections are correct by + editing 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 loops to stop the ESP8266 watchdog triggering. diff --git a/examples/160 x 128/TFT_Rainbow/TFT_Rainbow.ino b/examples/160 x 128/TFT_Rainbow/TFT_Rainbow.ino index c085079..ce2bb16 100644 --- a/examples/160 x 128/TFT_Rainbow/TFT_Rainbow.ino +++ b/examples/160 x 128/TFT_Rainbow/TFT_Rainbow.ino @@ -2,8 +2,8 @@ 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 - editting the User_Setup.h file in the TFT_eSPI library folder. + Make sure all the display driver and pin connections are correct by + editing 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 loops to stop the ESP8266 watchdog triggering. 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..d159ac3 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,8 +3,8 @@ This sketch uses the GLCD font only. - Make sure all the display driver and pin comnenctions are correct by - editting the User_Setup.h file in the TFT_eSPI library folder. + Make sure all the display driver and pin connections are correct by + editing 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 loops to stop the ESP8266 watchdog triggering. 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..07e89e2 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,8 +4,8 @@ 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 - editting the User_Setup.h file in the TFT_eSPI library folder. + Make sure all the display driver and pin connections are correct by + editing 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 loops to stop the ESP8266 watchdog triggering. 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..19b323b 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,8 +6,8 @@ This sketch uses the GLCD and font 2 only. - Make sure all the display driver and pin comnenctions are correct by - editting the User_Setup.h file in the TFT_eSPI library folder. + Make sure all the display driver and pin connections are correct by + editing 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 loops to stop the ESP8266 watchdog triggering. 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..16c22c9 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,8 +5,8 @@ Needs fonts 2, 4, 6, 7 and 8 - Make sure all the display driver and pin comnenctions are correct by - editting the User_Setup.h file in the TFT_eSPI library folder. + Make sure all the display driver and pin connections are correct by + editing the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ###### diff --git a/examples/320 x 240/TFT_Clock/TFT_Clock.ino b/examples/320 x 240/TFT_Clock/TFT_Clock.ino index 66395fa..9225ae2 100644 --- a/examples/320 x 240/TFT_Clock/TFT_Clock.ino +++ b/examples/320 x 240/TFT_Clock/TFT_Clock.ino @@ -7,8 +7,8 @@ This sketch uses font 4 only. - Make sure all the display driver and pin comnenctions are correct by - editting the User_Setup.h file in the TFT_eSPI library folder. + Make sure all the display driver and pin connections are correct by + editing the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ###### 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..6bac332 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,8 +6,8 @@ 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 - editting the User_Setup.h file in the TFT_eSPI library folder. + Make sure all the display driver and pin connections are correct by + editing the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ###### 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..eea47b5 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,8 +21,8 @@ BR_DATUM 8 //Bottom right Needs fonts 2 and 6 - Make sure all the display driver and pin comnenctions are correct by - editting the User_Setup.h file in the TFT_eSPI library folder. + Make sure all the display driver and pin connections are correct by + editing the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ###### diff --git a/examples/320 x 240/TFT_Matrix/TFT_Matrix.ino b/examples/320 x 240/TFT_Matrix/TFT_Matrix.ino index 838ce79..3c37ff4 100644 --- a/examples/320 x 240/TFT_Matrix/TFT_Matrix.ino +++ b/examples/320 x 240/TFT_Matrix/TFT_Matrix.ino @@ -5,8 +5,8 @@ // Needs GLCD font /* - Make sure all the display driver and pin comnenctions are correct by - editting the User_Setup.h file in the TFT_eSPI library folder. + Make sure all the display driver and pin connections are correct by + editing the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ###### 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..9d62485 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,8 +3,8 @@ Needs Font 2 (also Font 4 if using large scale label) - Make sure all the display driver and pin comnenctions are correct by - editting the User_Setup.h file in the TFT_eSPI library folder. + Make sure all the display driver and pin connections are correct by + editing the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ###### diff --git a/examples/320 x 240/TFT_Meters/TFT_Meters.ino b/examples/320 x 240/TFT_Meters/TFT_Meters.ino index 3521d0a..419b1f5 100644 --- a/examples/320 x 240/TFT_Meters/TFT_Meters.ino +++ b/examples/320 x 240/TFT_Meters/TFT_Meters.ino @@ -3,8 +3,8 @@ Needs Font 2 (also Font 4 if using large scale label) - Make sure all the display driver and pin comnenctions are correct by - editting the User_Setup.h file in the TFT_eSPI library folder. + Make sure all the display driver and pin connections are correct by + editing the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ###### 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..9caecbb 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,8 +3,8 @@ This sketch used font 2, 4, 7 - Make sure all the display driver and pin comnenctions are correct by - editting the User_Setup.h file in the TFT_eSPI library folder. + Make sure all the display driver and pin connections are correct by + editing the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ###### 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..88180fd 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,8 +4,8 @@ This sketch uses the GLCD, 2, 4, 6 fonts only. - Make sure all the display driver and pin comnenctions are correct by - editting the User_Setup.h file in the TFT_eSPI library folder. + Make sure all the display driver and pin connections are correct by + editing the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ###### 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..fd8c741 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,8 +17,8 @@ BR_DATUM = Bottom right Needs fonts 2, 4, 6, 7 and 8 - Make sure all the display driver and pin comnenctions are correct by - editting the User_Setup.h file in the TFT_eSPI library folder. + Make sure all the display driver and pin connections are correct by + editing the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ###### 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..2d2ce8a 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,8 +5,8 @@ This sketch uses the GLCD font only. - Make sure all the display driver and pin comnenctions are correct by - editting the User_Setup.h file in the TFT_eSPI library folder. + Make sure all the display driver and pin connections are correct by + editing the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ###### 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..1819f15 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,8 +4,8 @@ This sketch uses the GLCD font (font 1) only. - Make sure all the display driver and pin comnenctions are correct by - editting the User_Setup.h file in the TFT_eSPI library folder. + Make sure all the display driver and pin connections are correct by + editing the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ###### diff --git a/examples/320 x 240/UTFT_demo/UTFT_demo.ino b/examples/320 x 240/UTFT_demo/UTFT_demo.ino index c10b562..9a6cede 100644 --- a/examples/320 x 240/UTFT_demo/UTFT_demo.ino +++ b/examples/320 x 240/UTFT_demo/UTFT_demo.ino @@ -6,8 +6,8 @@ This sketch uses the GLCD and font 2 only. - Make sure all the display driver and pin comnenctions are correct by - editting the User_Setup.h file in the TFT_eSPI library folder. + Make sure all the display driver and pin connections are correct by + editing the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ###### diff --git a/examples/480 x 320/TFT_Meter_4/TFT_Meter_4.ino b/examples/480 x 320/TFT_Meter_4/TFT_Meter_4.ino index 60acdc4..11d00d2 100644 --- a/examples/480 x 320/TFT_Meter_4/TFT_Meter_4.ino +++ b/examples/480 x 320/TFT_Meter_4/TFT_Meter_4.ino @@ -3,7 +3,7 @@ Needs Font 2 (also Font 4 if using large scale label) - Make sure all the required fonts are loaded by editting the + Make sure all the required fonts are loaded by editing the User_Setup.h file in the TFT_HX8357_Due library folder. ######################################################################### diff --git a/examples/480 x 320/TFT_Print_Test/TFT_Print_Test.ino b/examples/480 x 320/TFT_Print_Test/TFT_Print_Test.ino index 4b41327..14f75b3 100644 --- a/examples/480 x 320/TFT_Print_Test/TFT_Print_Test.ino +++ b/examples/480 x 320/TFT_Print_Test/TFT_Print_Test.ino @@ -3,7 +3,7 @@ This sketch used font 2, 4, 7 - Make sure all the required fonts are loaded by editting the + Make sure all the required fonts are loaded by editing the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### diff --git a/examples/480 x 320/TFT_Rainbow480/TFT_Rainbow480.ino b/examples/480 x 320/TFT_Rainbow480/TFT_Rainbow480.ino index be51aee..a2e1aa1 100644 --- a/examples/480 x 320/TFT_Rainbow480/TFT_Rainbow480.ino +++ b/examples/480 x 320/TFT_Rainbow480/TFT_Rainbow480.ino @@ -4,7 +4,7 @@ This sketch uses the GLCD, 2, 4, 6 fonts only. - Make sure all the required fonts are loaded by editting the + Make sure all the required fonts are loaded by editing 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..1b59b25 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,8 +4,8 @@ This sketch uses the GLCD font (font 1) only. - Make sure all the display driver and pin comnenctions are correct by - editting the User_Setup.h file in the TFT_eSPI library folder. + Make sure all the display driver and pin connections are correct by + editing the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ###### diff --git a/examples/480 x 320/UTFT_Demo_480x320/UTFT_Demo_480x320.ino b/examples/480 x 320/UTFT_Demo_480x320/UTFT_Demo_480x320.ino index 973efa5..133b65c 100644 --- a/examples/480 x 320/UTFT_Demo_480x320/UTFT_Demo_480x320.ino +++ b/examples/480 x 320/UTFT_Demo_480x320/UTFT_Demo_480x320.ino @@ -8,7 +8,7 @@ This sketch uses the GLCD and font 2 only. - Make sure all the required fonts are loaded by editting the + Make sure all the required fonts are loaded by editing the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### diff --git a/examples/DMA test/Flash_Jpg_DMA/panda.h b/examples/DMA test/Flash_Jpg_DMA/panda.h index b4b5653..57c6134 100644 --- a/examples/DMA test/Flash_Jpg_DMA/panda.h +++ b/examples/DMA test/Flash_Jpg_DMA/panda.h @@ -2,7 +2,7 @@ http://tomeko.net/online_tools/file_to_hex.php?lang=en If needed, first resize and crop to an appropriate width and height - to suit your display with an image editting program such as IrfanView. + to suit your display with an image editing program such as IrfanView. You can also change the image "guality" to reduce the file size. diff --git a/examples/Generic/TFT_Flash_Bitmap/TFT_Flash_Bitmap.ino b/examples/Generic/TFT_Flash_Bitmap/TFT_Flash_Bitmap.ino index 54ac4e7..cde4ecb 100644 --- a/examples/Generic/TFT_Flash_Bitmap/TFT_Flash_Bitmap.ino +++ b/examples/Generic/TFT_Flash_Bitmap/TFT_Flash_Bitmap.ino @@ -15,8 +15,8 @@ Code derived from ILI9341_due library example - Make sure all the display driver and pin comnenctions are correct by - editting the User_Setup.h file in the TFT_eSPI library folder. + Make sure all the display driver and pin connections are correct by + editing the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ###### diff --git a/examples/Generic/TFT_Screen_Capture/TFT_Screen_Capture.ino b/examples/Generic/TFT_Screen_Capture/TFT_Screen_Capture.ino index 50cfc16..6106de0 100644 --- a/examples/Generic/TFT_Screen_Capture/TFT_Screen_Capture.ino +++ b/examples/Generic/TFT_Screen_Capture/TFT_Screen_Capture.ino @@ -15,8 +15,8 @@ This sketch uses the GLCD, 2, 4, 6 fonts only. - Make sure all the display driver and pin comnenctions are correct by - editting the User_Setup.h file in the TFT_eSPI library folder. + Make sure all the display driver and pin connections are correct by + editing the User_Setup.h file in the TFT_eSPI library folder. Maximum recommended SPI clock rate is 27MHz when reading pixels, 40MHz seems to be OK with ILI9341 displays but this is above the manufacturers diff --git a/examples/Generic/Viewport_graphicstest/Viewport_graphicstest.ino b/examples/Generic/Viewport_graphicstest/Viewport_graphicstest.ino index 97898d1..75ec428 100644 --- a/examples/Generic/Viewport_graphicstest/Viewport_graphicstest.ino +++ b/examples/Generic/Viewport_graphicstest/Viewport_graphicstest.ino @@ -5,8 +5,8 @@ This sketch uses the GLCD font (font 1) only. - Make sure all the display driver and pin comnenctions are correct by - editting the User_Setup.h file in the TFT_eSPI library folder. + Make sure all the display driver and pin connections are correct by + editing the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ###### 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..1c1f08d 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 @@ -15,7 +15,7 @@ https://en.wikipedia.org/wiki/Plane_(Unicode)#Basic_Multilingual_Plane Make sure all the display driver and pin connenctions are correct by - editting the User_Setup.h file in the TFT_eSPI library folder. + editing the User_Setup.h file in the TFT_eSPI library folder. */ // The font is stored in an array within a sketch tab. 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..47c029e 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 @@ -19,7 +19,7 @@ https://en.wikipedia.org/wiki/Plane_(Unicode)#Basic_Multilingual_Plane Make sure all the display driver and pin connenctions are correct by - editting the User_Setup.h file in the TFT_eSPI library folder. + editing the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ###### 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..2732a9d 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 @@ -17,7 +17,7 @@ https://en.wikipedia.org/wiki/Plane_(Unicode)#Basic_Multilingual_Plane Make sure all the display driver and pin connenctions are correct by - editting the User_Setup.h file in the TFT_eSPI library folder. + editing the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ###### 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..e887de9 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 @@ -22,7 +22,7 @@ https://en.wikipedia.org/wiki/Plane_(Unicode)#Basic_Multilingual_Plane Make sure all the display driver and pin connenctions are correct by - editting the User_Setup.h file in the TFT_eSPI library folder. + editing the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ###### diff --git a/examples/Sprite/Sprite_RLE_Font_test/Sprite_RLE_Font_test.ino b/examples/Sprite/Sprite_RLE_Font_test/Sprite_RLE_Font_test.ino index 407c53f..b51d522 100644 --- a/examples/Sprite/Sprite_RLE_Font_test/Sprite_RLE_Font_test.ino +++ b/examples/Sprite/Sprite_RLE_Font_test/Sprite_RLE_Font_test.ino @@ -2,7 +2,7 @@ Display all the fast rendering fonts in a sprite Make sure all the display driver and pin comnections are correct by - editting the User_Setup.h file in the TFT_eSPI library folder. + editing the User_Setup.h file in the TFT_eSPI library folder. ######################################################################### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ###### diff --git a/examples/Sprite/Sprite_TFT_Rainbow/Sprite_TFT_Rainbow.ino b/examples/Sprite/Sprite_TFT_Rainbow/Sprite_TFT_Rainbow.ino index e384ea2..8148e7a 100644 --- a/examples/Sprite/Sprite_TFT_Rainbow/Sprite_TFT_Rainbow.ino +++ b/examples/Sprite/Sprite_TFT_Rainbow/Sprite_TFT_Rainbow.ino @@ -5,8 +5,8 @@ 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 - editting the User_Setup.h file in the TFT_eSPI library folder. + Make sure all the display driver and pin connections are correct by + editing 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 loops to stop the ESP8266 watchdog triggering.