Update screen graphics

This commit is contained in:
Edith Boles
2026-03-12 01:45:07 -07:00
parent abf360cac9
commit 2b15239f89
11 changed files with 689 additions and 611 deletions

View File

@@ -12,7 +12,7 @@ else
CFLAGS := $(CFLAGS) -lX11
endif
TARGETS := pm3-lvgl cvend audio_test
TARGETS := pm3-lvgl cvend_test audio_test
EXES := $(patsubst %,bin/%,$(TARGETS))
SRCS := $(shell find src inc -type f -iname '*.c')
OBJS := $(patsubst src/%.c,obj/%.o,$(patsubst inc/%.c,obj/lib/%.o,$(SRCS)))