Indicators

This commit is contained in:
2025-11-28 17:52:13 +01:00
parent 3e789661ef
commit b46666a703
19 changed files with 463 additions and 140 deletions

View File

@ -1,6 +1,5 @@
SVGS = $(wildcard ./*.svg)
TARGET_BMPS = $(SVGS:.svg=.bmp)
SIZE = 45
BACKCOLOR = 080808
.PHONY: all
@ -15,5 +14,5 @@ clean:
@convert $< -background "#$(BACKCOLOR)" -alpha remove -define bmp:subtype=RGB565 $@
%.png: %.svg
inkscape -h $(SIZE) -w $(SIZE) $< -o $@
inkscape $< -o $@