Add animations (#15)

* animation: add xbm animations

* refactor: correct framebuffer terminology

* animation: add animations and effect

* animation: timing with TMOS scheduler
This commit is contained in:
Dien-Nhung Nguyen
2024-08-27 20:08:24 +07:00
committed by GitHub
parent f5874d6073
commit c95faf32a6
13 changed files with 870 additions and 217 deletions

View File

@@ -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 = \