diff options
| author | Dien-Nhung Nguyen <kein@kienlab.com> | 2024-08-27 20:08:24 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-27 15:08:24 +0200 |
| commit | c95faf32a6a98975828717d596ff51dedeecdf56 (patch) | |
| tree | 8fe52862e0c34bfe82509adf0c98a8e57056d4c7 /Makefile | |
| parent | f5874d607315ff88b27414299089b8528b5bb07c (diff) | |
Add animations (#15)
* animation: add xbm animations
* refactor: correct framebuffer terminology
* animation: add animations and effect
* animation: timing with TMOS scheduler
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 = \ |