mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-04 21:24:44 +02:00
Revert to defaults
This commit is contained in:
@@ -109,7 +109,7 @@ String fontType = ".ttf"; //SPIFFS does not accept underscore in file
|
|||||||
//String fontType = ".otf";
|
//String fontType = ".otf";
|
||||||
|
|
||||||
// Use font number instead of name, -1 means use name above, or a value >=0 means use system font number from list.
|
// Use font number instead of name, -1 means use name above, or a value >=0 means use system font number from list.
|
||||||
int fontNumber = 22; // << Use [Number] in brackets from the fonts listed in console window
|
int fontNumber = -1; // << Use [Number] in brackets from the fonts listed in console window
|
||||||
|
|
||||||
// Define the font size in points for the created font file
|
// Define the font size in points for the created font file
|
||||||
int fontSize = 28;
|
int fontSize = 28;
|
||||||
@@ -312,7 +312,7 @@ static final int[] specificUnicodes = {
|
|||||||
//*/
|
//*/
|
||||||
|
|
||||||
// More characters, change next line to //* to use
|
// More characters, change next line to //* to use
|
||||||
//*
|
/*
|
||||||
0x0102, 0x0103, 0x0104, 0x0105, 0x0106, 0x0107, 0x010C, 0x010D,
|
0x0102, 0x0103, 0x0104, 0x0105, 0x0106, 0x0107, 0x010C, 0x010D,
|
||||||
0x010E, 0x010F, 0x0110, 0x0111, 0x0118, 0x0119, 0x011A, 0x011B,
|
0x010E, 0x010F, 0x0110, 0x0111, 0x0118, 0x0119, 0x011A, 0x011B,
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user