Revert to defaults

This commit is contained in:
Bodmer
2018-03-11 00:12:42 +00:00
parent 90f70109a7
commit 16be0b9abb

View File

@@ -109,7 +109,7 @@ String fontType = ".ttf"; //SPIFFS does not accept underscore in file
//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.
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
int fontSize = 28;
@@ -312,7 +312,7 @@ static final int[] specificUnicodes = {
//*/
// More characters, change next line to //* to use
//*
/*
0x0102, 0x0103, 0x0104, 0x0105, 0x0106, 0x0107, 0x010C, 0x010D,
0x010E, 0x010F, 0x0110, 0x0111, 0x0118, 0x0119, 0x011A, 0x011B,