mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-04 13:14:46 +02:00
Correct typos
This commit is contained in:
@@ -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
|
||||
|
@@ -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.
|
||||
|
||||
#########################################################################
|
||||
|
@@ -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.
|
||||
|
||||
#########################################################################
|
||||
|
@@ -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.
|
||||
|
||||
|
||||
|
@@ -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.
|
||||
|
||||
#########################################################################
|
||||
|
@@ -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.
|
||||
|
||||
|
@@ -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.
|
||||
|
@@ -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 ######
|
||||
|
@@ -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 ######
|
||||
|
@@ -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 ######
|
||||
|
@@ -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 ######
|
||||
|
Reference in New Issue
Block a user