tiny font ver

This commit is contained in:
2022-11-15 00:13:54 +01:00
parent fecadb3821
commit 80d5635e95
14 changed files with 848 additions and 122 deletions
+4 -4
View File
@@ -1,12 +1,12 @@
.PHONY: build run
build: ufb-test
all: ufb-test
run: build
run: ufb-test
./ufb-test
clean:
rm -f ufb-test
ufb-test: main.c framebuffer.c framebuffer.h framebuffer_config.h
cc -o $@ $^ -I.
ufb-test: main.c framebuffer.c framebuffer.h framebuffer_config.h utf8.c utf8.h progmem.h font.c font.h fb_7seg.c fb_7seg.h fb_text.c fb_text.h
$(CC) -o $@ $^ -I.