10 lines
1008 B
Makefile
10 lines
1008 B
Makefile
image:
|
||
python3 .pio/libdeps/esp32dev/epdiy/scripts/imgconvert.py -i static/sun.jpg -n sun -o include/sun.h \
|
||
&& python3 .pio/libdeps/esp32dev/epdiy/scripts/imgconvert.py -i static/moon.jpg -n moon -o include/moon.h
|
||
|
||
font_12:
|
||
python3 .pio/libdeps/esp32dev/epdiy/scripts/fontconvert.py --compress IBMPlexMono12 12 static/IBMPlexMono-SemiBold.ttf --string '0123456789:;.,-+/!@#^&*%°CАБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдеёжзийклмнопрстуфхцчшщъыьэюя' > lib/IBMPlexMono/IBMPlexMono12.h
|
||
font_30:
|
||
python3 .pio/libdeps/esp32dev/epdiy/scripts/fontconvert.py --compress MartianMono30 30 static/MartianMono-VariableFont_wdth,wght.ttf --string 'АВДИМНОПСФЧЯабвгдеиклнопрстуцьюя' > lib/MartianMono/MartianMono30.h
|
||
font_200:
|
||
python3 .pio/libdeps/esp32dev/epdiy/scripts/fontconvert.py --compress MartianMono200 200 static/MartianMono-VariableFont_wdth,wght.ttf --string '0123456789' > lib/MartianMono/MartianMono200.h
|