fix typo in examples

This commit is contained in:
Alexander Frank 2021-03-05 13:11:49 +01:00
parent fef40d9c8b
commit d92093bf97
29 changed files with 29 additions and 29 deletions

View File

@ -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.
#########################################################################

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.
#########################################################################

View File

@ -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.
#########################################################################

View File

@ -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.
#########################################################################

View File

@ -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.
#########################################################################

View File

@ -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.
#########################################################################

View File

@ -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.
#########################################################################

View File

@ -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.
#########################################################################

View File

@ -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.
#########################################################################

View File

@ -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.
#########################################################################

View File

@ -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.
#########################################################################

View File

@ -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.
#########################################################################

View File

@ -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.
#########################################################################

View File

@ -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.
#########################################################################

View File

@ -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.
#########################################################################

View File

@ -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.
#########################################################################

View File

@ -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

View File

@ -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.
#########################################################################

View File

@ -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.
*/

View File

@ -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.
#########################################################################

View File

@ -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.
#########################################################################

View File

@ -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.
#########################################################################

View File

@ -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