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..4651567 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 @@ -1,11 +1,11 @@ /* - Adapted from the Adafruit graphicstest sketch, see orignal header at end + Adapted from the Adafruit graphicstest sketch, see original header at end of sketch. 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_graphicstest_one_lib/TFT_graphicstest_one_lib.ino b/examples/480 x 320/TFT_graphicstest_one_lib/TFT_graphicstest_one_lib.ino index ef54c3f..a777f4f 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 @@ -1,11 +1,11 @@ /* - Adapted from the Adafruit graphicstest sketch, see orignal header at end + Adapted from the Adafruit graphicstest sketch, see original header at end of sketch. 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/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..2910907 100644 --- a/examples/Generic/TFT_Screen_Capture/TFT_Screen_Capture.ino +++ b/examples/Generic/TFT_Screen_Capture/TFT_Screen_Capture.ino @@ -11,16 +11,16 @@ The Processing sketch needed is contained within a tab attached to this Arduino sketch. Cut and paste that tab into the Processing IDE and run. - Read the Procesing sketch header for instructions. + Read the Processing sketch header for instructions. 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 - specifed maximum clock rate. + specified maximum clock rate. In the setup file you can define different write and read SPI clock rates 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/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.