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 --- BadgeBLE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'BadgeBLE.md') diff --git a/BadgeBLE.md b/BadgeBLE.md index da8120a..ec2b746 100644 --- a/BadgeBLE.md +++ b/BadgeBLE.md @@ -45,8 +45,8 @@ The "mode" bytes are a combination of two 4 bit values. The high nibble describe | 0x02 | scroll up | | 0x03 | scroll down | | 0x04 | fixed | -| 0x05 | "snowflake" | -| 0x06 | "picture" | -| 0x07 | "animation" | +| 0x05 | "animation" | +| 0x06 | "snowflake" | +| 0x07 | "picture" | | 0x08 | "laser" | -- cgit v1.2.3