Skip to content

Commit

Permalink
adds some characters; update to the tiny font for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
nlimper committed Mar 27, 2024
1 parent 303c07b commit 8fa5fa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified ESP32_AP-Flasher/data/fonts/twcondensed20.vlw
Binary file not shown.
4 changes: 2 additions & 2 deletions miscellaneous/render_bitmapfonts/render_bitmapfonts.pde
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void setup() {

String str = "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_abcdefghijklmnopqrstuvwxyz{|}~°ÄÅÆÖØÚÜßáäåæéíöøúüýąČěľłńŘřŚŠź";
char[] charsetbasic = str.toCharArray();
str = "ACDEFHIJLMNOPRSTUVWZiortzÁÅÄÖØÚČŚŠ0123456789-";
str = "ABCDEFGHIJKLMNOPQRSTUVWXYZiortzÁÅÄÖØÚČŚŠ0123456789-";
char[] charsetdaynames = str.toCharArray();
str = "0123456789.°-";
char[] charsetnumbers = str.toCharArray();
Expand All @@ -71,7 +71,7 @@ void setup() {

createAndSaveFont("calibrib", ".ttf", charset, 16, crisp);
createAndSaveFont("REFSAN", ".ttf", charset, 12, crisp);
createAndSaveFont("BellCentennialStd-Address", ".ttf", charset, 10, crisp);
createAndSaveFont("tahoma", ".ttf", charset, 9, crisp);

try {
String path = sketchPath();
Expand Down

0 comments on commit 8fa5fa8

Please sign in to comment.