From c95faf32a6a98975828717d596ff51dedeecdf56 Mon Sep 17 00:00:00 2001 From: Dien-Nhung Nguyen Date: Tue, 27 Aug 2024 20:08:24 +0700 Subject: Add animations (#15) * animation: add xbm animations * refactor: correct framebuffer terminology * animation: add animations and effect * animation: timing with TMOS scheduler --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f0d8a0e..749073b 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ CH5xx_ble_firmware_library/RVMSIS/core_riscv.c \ src/main.c \ src/leddrv.c \ src/button.c \ -src/fb.c \ +src/bmlist.c \ src/ble/profile/legacy.c \ src/ble/profile/devinfo.c \ src/ble/setup.c \ @@ -64,6 +64,10 @@ src/usb/debug.c \ src/usb/dev.c \ src/usb/composite/hiddev.c \ src/usb/composite/cdc-serial.c \ +src/xbm.c \ +src/resource.c \ +src/animation.c \ + # ASM sources ASM_SOURCES = \ -- cgit v1.2.3