create generic buffer template

This commit is contained in:
j3d1 2018-11-05 21:49:40 +01:00
parent bfef6fdc1e
commit f3037a06ce
7 changed files with 70 additions and 70 deletions

View file

@ -1,7 +1,7 @@
TARGET = main
SRC = hal.cpp main.cpp example.cpp
SRC += gfx/screen.cpp gfx/canvas.cpp gfx/font.cpp gfx/layout.cpp
SRC += gfx/screen.cpp gfx/canvas.cpp gfx/font.cpp gfx/layout.cpp gfx/buffer.cpp
SRC += fonts/basic_5x4.cpp