Correct typos

This commit is contained in:
Bodmer
2021-03-06 20:05:34 +00:00
parent c0054aaadf
commit a7a19be467
25 changed files with 54 additions and 54 deletions

View File

@@ -3,8 +3,8 @@
This sketch uses the GLCD (font 1) and fonts 2, 4, 6, 7, 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 Make sure all the display driver and pin connections 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 ###### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ######

View File

@@ -6,8 +6,8 @@
Needs fonts 2, 4, 6, 7 and 8 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. 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 Note that yield() or delay(0) must be called in long duration for/while
loops to stop the ESP8266 watchdog triggering. loops to stop the ESP8266 watchdog triggering.

View File

@@ -3,8 +3,8 @@
This sketch used font 2, 4, 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. 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 Note that yield() or delay(0) must be called in long duration for/while
loops to stop the ESP8266 watchdog triggering. loops to stop the ESP8266 watchdog triggering.

View File

@@ -2,8 +2,8 @@
An example showing rainbow colours on a 1.8" TFT LCD screen An example showing rainbow colours on a 1.8" TFT LCD screen
and to show a basic example of font use. 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. 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 Note that yield() or delay(0) must be called in long duration for/while
loops to stop the ESP8266 watchdog triggering. loops to stop the ESP8266 watchdog triggering.

View File

@@ -3,8 +3,8 @@
This sketch uses the GLCD font only. 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. 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 Note that yield() or delay(0) must be called in long duration for/while
loops to stop the ESP8266 watchdog triggering. loops to stop the ESP8266 watchdog triggering.

View File

@@ -4,8 +4,8 @@
This sketch uses the GLCD font (font 1) only. Disable other fonts to make This sketch uses the GLCD font (font 1) only. Disable other fonts to make
the sketch fit in an UNO! 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. 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 Note that yield() or delay(0) must be called in long duration for/while
loops to stop the ESP8266 watchdog triggering. loops to stop the ESP8266 watchdog triggering.

View File

@@ -6,8 +6,8 @@
This sketch uses the GLCD and font 2 only. 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. 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 Note that yield() or delay(0) must be called in long duration for/while
loops to stop the ESP8266 watchdog triggering. loops to stop the ESP8266 watchdog triggering.

View File

@@ -5,8 +5,8 @@
Needs fonts 2, 4, 6, 7 and 8 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. 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 ###### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ######

View File

@@ -7,8 +7,8 @@
This sketch uses font 4 only. 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. 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 ###### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ######

View File

@@ -6,8 +6,8 @@
For a more accurate clock, it would be better to use the RTClib library. For a more accurate clock, it would be better to use the RTClib library.
But this is just a demo... 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. 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 ###### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ######

View File

@@ -21,8 +21,8 @@ BR_DATUM 8 //Bottom right
Needs fonts 2 and 6 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. 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 ###### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ######

View File

@@ -5,8 +5,8 @@
// Needs GLCD font // 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. 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 ###### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ######

View File

@@ -3,8 +3,8 @@
Needs Font 2 (also Font 4 if using large scale label) 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. 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 ###### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ######

View File

@@ -3,8 +3,8 @@
Needs Font 2 (also Font 4 if using large scale label) 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. 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 ###### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ######

View File

@@ -3,8 +3,8 @@
This sketch used font 2, 4, 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. 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 ###### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ######

View File

@@ -4,8 +4,8 @@
This sketch uses the GLCD, 2, 4, 6 fonts only. 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. 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 ###### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ######

View File

@@ -17,8 +17,8 @@ BR_DATUM = Bottom right
Needs fonts 2, 4, 6, 7 and 8 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. 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 ###### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ######

View File

@@ -5,8 +5,8 @@
This sketch uses the GLCD font only. 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. 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 ###### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ######

View File

@@ -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. of sketch.
This sketch uses the GLCD font (font 1) only. 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. 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 ###### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ######

View File

@@ -6,8 +6,8 @@
This sketch uses the GLCD and font 2 only. 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. 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 ###### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ######

View File

@@ -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. of sketch.
This sketch uses the GLCD font (font 1) only. 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. 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 ###### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ######

View File

@@ -15,8 +15,8 @@
Code derived from ILI9341_due library example 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. 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 ###### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ######

View File

@@ -11,16 +11,16 @@
The Processing sketch needed is contained within a tab attached to this 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. 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. 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. editing the User_Setup.h file in the TFT_eSPI library folder.
Maximum recommended SPI clock rate is 27MHz when reading pixels, 40MHz Maximum recommended SPI clock rate is 27MHz when reading pixels, 40MHz
seems to be OK with ILI9341 displays but this is above the manufacturers 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 In the setup file you can define different write and read SPI clock rates

View File

@@ -5,8 +5,8 @@
This sketch uses the GLCD font (font 1) only. 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. 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 ###### ###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ######

View File

@@ -5,8 +5,8 @@
This example plots the text in a sprite then pushes the sprite to the This example plots the text in a sprite then pushes the sprite to the
TFT screen. 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. 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 Note that yield() or delay(0) must be called in long duration for/while
loops to stop the ESP8266 watchdog triggering. loops to stop the ESP8266 watchdog triggering.