gif need psram

This commit is contained in:
2025-10-19 15:25:01 -06:00
parent 38cdfcd549
commit 7662e485c0
8 changed files with 190 additions and 17 deletions

9
user-apps/gif/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "gif"
version = "0.1.0"
edition = "2024"
[dependencies]
abi = { path = "../../abi" }
embedded-graphics = "0.8.1"
tinygif = "0.0.4"