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

@@ -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" |