Commit 16be0b9a authored by Bodmer's avatar Bodmer

Revert to defaults

parent 90f70109
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment