Correct typos
This commit is contained in:
parent
3f19788c93
commit
4dd45faf41
|
|
@ -147,7 +147,7 @@ int displayFontSize = 28;
|
||||||
static final int[] unicodeBlocks = {
|
static final int[] unicodeBlocks = {
|
||||||
// The list below has been created from the table here: https://en.wikipedia.org/wiki/Unicode_block
|
// 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
|
// 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!
|
// the final font file size!
|
||||||
|
|
||||||
// Block range, //Block name, Code points, Assigned characters, Scripts
|
// Block range, //Block name, Code points, Assigned characters, Scripts
|
||||||
|
|
|
||||||
|
|
@ -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 ######
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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 ######
|
||||||
|
|
|
||||||
|
|
@ -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 ######
|
||||||
|
|
|
||||||
|
|
@ -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 ######
|
||||||
|
|
|
||||||
|
|
@ -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 ######
|
||||||
|
|
|
||||||
|
|
@ -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 ######
|
||||||
|
|
|
||||||
|
|
@ -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 ######
|
||||||
|
|
|
||||||
|
|
@ -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 ######
|
||||||
|
|
|
||||||
|
|
@ -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 ######
|
||||||
|
|
|
||||||
|
|
@ -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 ######
|
||||||
|
|
|
||||||
|
|
@ -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 ######
|
||||||
|
|
|
||||||
|
|
@ -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 ######
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,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 ######
|
||||||
|
|
|
||||||
|
|
@ -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 ######
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
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 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.
|
User_Setup.h file in the TFT_HX8357_Due library folder.
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
This sketch used font 2, 4, 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.
|
User_Setup.h file in the TFT_eSPI library folder.
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
This sketch uses the GLCD, 2, 4, 6 fonts only.
|
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.
|
User_Setup.h file in the TFT_eSPI library folder.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,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 ######
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
This sketch uses the GLCD and font 2 only.
|
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.
|
User_Setup.h file in the TFT_eSPI library folder.
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
http://tomeko.net/online_tools/file_to_hex.php?lang=en
|
http://tomeko.net/online_tools/file_to_hex.php?lang=en
|
||||||
|
|
||||||
If needed, first resize and crop to an appropriate width and height
|
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.
|
You can also change the image "guality" to reduce the file size.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 ######
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,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.
|
||||||
|
|
||||||
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
|
||||||
|
|
|
||||||
|
|
@ -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 ######
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
https://en.wikipedia.org/wiki/Plane_(Unicode)#Basic_Multilingual_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 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.
|
// The font is stored in an array within a sketch tab.
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
https://en.wikipedia.org/wiki/Plane_(Unicode)#Basic_Multilingual_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 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 ######
|
###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ######
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
https://en.wikipedia.org/wiki/Plane_(Unicode)#Basic_Multilingual_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 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 ######
|
###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ######
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
https://en.wikipedia.org/wiki/Plane_(Unicode)#Basic_Multilingual_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 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 ######
|
###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ######
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
Display all the fast rendering fonts in a sprite
|
Display all the fast rendering fonts in a sprite
|
||||||
|
|
||||||
Make sure all the display driver and pin comnections are correct by
|
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 ######
|
###### DON'T FORGET TO UPDATE THE User_Setup.h FILE IN THE LIBRARY ######
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue