Прошло 2 года.

This commit is contained in:
Кобелев Андрей Андреевич
2026-03-10 22:54:23 +03:00
parent c7636ebd6f
commit a111352dc5
313 changed files with 274971 additions and 1409 deletions

View File

@@ -2,7 +2,7 @@
#include "epdiy.h"
/*
Created with
.pio/libdeps/esp32dev/epdiy/scripts/fontconvert.py --compress MartianMono200 200 static/MartianMono-VariableFont_wdth,wght.ttf --string 0123456789
lib/epdiy/scripts/fontconvert.py --compress MartianMono200 200 static/MartianMono-VariableFont_wdth,wght.ttf --string 0123456789
As 'MartianMono200' with available 11 characters
0123456789
*/
@@ -1474,7 +1474,7 @@ const EpdFont MartianMono200 = {
MartianMono200_Intervals, // intervals Valid unicode intervals for this font
2, // interval_count Number of unicode intervals.intervals
1, // compressed Does this font use compressed glyph bitmaps?
0, // advance_y Newline distance (y axis)
500, // advance_y Newline distance (y axis)
417, // ascender Maximal height of a glyph above the base line
-84, // descender Maximal height of a glyph below the base line
};