create generic buffer template
This commit is contained in:
parent
bfef6fdc1e
commit
f3037a06ce
7 changed files with 70 additions and 70 deletions
2
OBJECTS
2
OBJECTS
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue