make fonts more generic
This commit is contained in:
parent
1009d689bc
commit
58f3d1f02b
9 changed files with 235 additions and 183 deletions
6
OBJECTS
6
OBJECTS
|
@ -1,5 +1,9 @@
|
|||
TARGET = main
|
||||
SRC = col.cpp hal.cpp main.cpp example.cpp gfx/screen.cpp gfx/canvas.cpp gfx/font.cpp
|
||||
SRC = col.cpp hal.cpp main.cpp example.cpp
|
||||
|
||||
SRC += gfx/screen.cpp gfx/canvas.cpp gfx/font.cpp
|
||||
|
||||
SRC += fonts/basic_5x4.cpp
|
||||
|
||||
SRCDIR = src
|
||||
INCDIR = inc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue