add 5x4 Font

This commit is contained in:
j3d1 2018-11-01 19:39:19 +01:00
parent 987aa92a23
commit 1009d689bc
15 changed files with 346 additions and 25 deletions

View file

@ -1,5 +1,5 @@
TARGET = main
SRC = col.cpp hal.cpp main.cpp example.cpp
SRC = col.cpp hal.cpp main.cpp example.cpp gfx/screen.cpp gfx/canvas.cpp gfx/font.cpp
SRCDIR = src
INCDIR = inc