You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by GitCat3 December 7, 2022
So I notice that there seems to be no way to create an icon for the .fap in the flipper zero, is this planned or is there a way to do this and i'm just dumb?
The text was updated successfully, but these errors were encountered:
// Define the FAP Manifest for this applicationmanifest!(
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.
Discussed in #20
Originally posted by GitCat3 December 7, 2022
So I notice that there seems to be no way to create an icon for the .fap in the flipper zero, is this planned or is there a way to do this and i'm just dumb?
The text was updated successfully, but these errors were encountered: