implemented frame buffer primitives

This commit is contained in:
2019-12-06 23:26:13 -07:00
parent cfc067786a
commit 7b1c8dd5bb
5 changed files with 142 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
OBJS=main.o sysinput.o fbinit.o log.o gpio.o msg_queue.o time_func.o config.o splash.o
OBJS=main.o sysinput.o fbinit.o fbprimitive.o log.o gpio.o msg_queue.o time_func.o config.o splash.o
LIBS=-lbcm2835 -lpthread
upiwin: $(OBJS)