diff --git a/resources/IconTool.png b/resources/IconTool.png deleted file mode 100644 index 42ffc617c766c24c85165b2696853b7098a1cdb4..0000000000000000000000000000000000000000 Binary files a/resources/IconTool.png and /dev/null differ diff --git a/resources/glyphEditor.html b/resources/glyphEditor.html index e8fc5a2abd9be23c01279c3c1d17a3bc62ac489e..25b27757359a49ba85fe9bf04bf9653e2dd46b9c 100644 --- a/resources/glyphEditor.html +++ b/resources/glyphEditor.html @@ -83,6 +83,7 @@ SOFTWARE. margin-top: 12px; font-size:12px; user-select: all; + max-width:60%; } #header { margin-top: 10px; @@ -312,7 +313,7 @@ const char My_Font[] PROGMEM = { } if (notZero) { - Font.output('data', ` ${charBytes.join(',')}, // ${charCode}`); + Font.output('data', ` ${charBytes.join(', ')}, // ${charCode}`); // TODO: last param width is not the best value. Need to compute the actual occupied width Font.output('jump', ` ${Font.getMsB(charAddr)}, ${Font.getLsB(charAddr)}, ${Font.toHexString(charBytes.length)}, ${Font.toHexString(this.width)}, // ${charCode} `); charAddr += charBytes.length; diff --git a/resources/glyphEditor.png b/resources/glyphEditor.png new file mode 100644 index 0000000000000000000000000000000000000000..800efc56f4bd50ba347eab57f3205ec8d0c0dd31 Binary files /dev/null and b/resources/glyphEditor.png differ