add framebuffer initialization

This commit is contained in:
2019-12-01 18:53:54 -07:00
parent b550994eff
commit 3595dfdbbd
4 changed files with 88 additions and 1 deletions

View File

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