Skip to content

Flipper Icon? #20

Answered by dcoles
GitCat3 asked this question in Q&A
Dec 7, 2022 · 2 comments · 5 replies
Discussion options

You must be logged in to vote

As of flipperzero-rt-0.4.1 it's now possible to set a custom icon for your application! 🥳

From examples/hello-rust:

// Define the FAP Manifest for this application
manifest!(
    name = "Hello, Rust!",
    has_icon = true,
    // See `docs/icons.md` for icon format
    icon = "rustacean-10x10.icon"
);

Icons can be created from any 10x10 px monochrome image. However they need to be converted to the Flipper Zero's custom icon format before they can be used.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@GitCat3
Comment options

@dcoles
Comment options

@GitCat3
Comment options

@dcoles
Comment options

Comment options

You must be logged in to vote
1 reply
@GitCat3
Comment options

Answer selected by dcoles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants