FLIPPER ZERO DEVICE : CUSTOM ANIMATIONS, PASSPORT BACKGROUNDS & PROFILE PICTURES
You can find in the well-named folders what I've made so far :
CUSTOM ANIMATIONS
PASSPORT BACKGROUNDS AND PROFILE PICTS
CFW & FAP GRAPHIC ASSETS
BAD USB VISUAL PAYLOADS
I am present on most Flipper-related discord servers.
On Momentum's one, I opened a thread dedicated to Flipper pixel art : Kuro's Kitchen.
Feel free to join the convo !
Also, you can find below a bunch of useful tutorials and tools links related to Flipper's graphic assets.
As well, follows a non-stop growing list of links to other people's makings.
I would gladly add your link on request, just ask or PR !
Have fun exploring ! O_oV
☕ Buy me a coffee ☕
Warning
Animations and other graphical resources may be handled differently depending on the firmware.
You can encounter discrepancies on folder architecture or even file formats.
As well, some of the video tutorials might be outdated, even for a specific firmware.
Be sure to check the most recent documentation available for the one you're currently using.
Tip
📑 = Text / 📺 = Video / ⭐ = Strongly recommended to begin with
-
Official Flipper Zero's docs
📑 Flipper Zero Documentation (website)
📑 Flipper Zero Firmware Developer Documentation (website) -
Wr3nch's beginner guides
📑 How2Flipper - How to download files from Github and copy them to Flipper (pdf)
📑 How2CustomFlipper - Renaming your Flipper (and compiling firmware from source) (pdf) -
Kuronons's guides O_oV
📑⭐ Meta Settings - In-depth Guide (Flipper Community Wiki page)
📑⭐ The Most Common Mistakes Done When Making an Animation (Github's .md file) -
Momentum's asset-packs
📑⭐ How to install/make asset packs (Github's .md file) -
Talking Sasquach's guide & videos :
📑⭐ Flipper Zero Animation Process (Google doc)
📺⭐ How to make Flipper Zero Animations - The Ultimate Guide (YouTube)
📺 LAB401 academy : Custom animations on your Flipper zero! Everything you need to know (YouTube)
📺 Make your Flipper Zero Cooler Than Everyone Else (YouTube)
📺 Custom Flipper Zero Fonts Packs on the Latest XFW Release! (YouTube) -
Pen Ace's video tutorial :
📺 Flipper Zero - Animation Starter Guide (YouTube) -
Wihrus's video tutorials [Deutsch/German] :
📺 Flipper Animationen #customize your Flipper (YouTube)
📺 Flipper Passport/ID Bild #customize your Flipper (YouTube) -
Derek Jamison aka codeallnight's video tutorials :
📺 Flipper Zero - Customize Main Menu icons! (YouTube)
📺 Flipper Zero - Customize Main Menu Look & Feel (YouTube) -
Rithim's video tutorial :
📺 Editing FLIPPER ZERO Background ANIMATIONS?!! || FULL GUIDE (YouTube) -
instantiator's tutorials :
📑 Building an app for Flipper Zero : Part I - Getting started & Part II - A simple user interface (website)
Warning
Having my own creating process, I don't use most of the following tools. I ✔️ marked the ones I tested.
They all are open-source. It is up to you to check their code / test their behaviour.
-
🛠️ Flipper Zero Animation Manager ✔️ - Application (Linux, Win, Mac) by Ooggle
⮚ Preview animations on PC (from .png or .bm files)
⮚ Create manifest.txt with desired values
⮚ Compile .png folder directly to .bm one (instant !!) -
🛠️ FlipperZero Animation Tool - Application (Linux / Win) by Noel Echo Fowlie aka Nelbium
⮚ Preview animations on PC, including Bubbles !
⮚ Create manifest.txt with desired values
⮚ Turn animated GIFs into FlipperZero animation data
⮚ Requires a cloned repo of FZ firmware + GraphicsMagick suite installed -
🛠️ FZBuilder - Tool by Gianni Occhipinti
⮚ Generate new animations from GIF files
⮚ Import animations on your favorite firmware
⮚ Preview animations
⮚ Customize animation parameters
⮚ And much more... -
⚒️ img2fbm - Application (Linux, Win, Mac) by Jaroslav Nestreov aka atomofiron
⮚ Converts GIFs into 2-color frames for Flipper Zero, allowing multiple edit settings
⮚ Allows final rendering GIF previews before compiling
⮚ Generates .bm frames and meta file with option to overwrite manifest -
⚒️ Xtreme-Assetpack Previewer - Python tool by Tim Strasser
⮚ Preview animations and icons in asset packs in a Flipper-designed app
⮚ Requires Xtreme / Momentum asset_packs folder structure -
⚒️ Flipper Animations Reader - Python tool by Tech0ne
⮚ Read Flipper Zero animations and play them in the terminal
⮚ Project : export Flipper anims to GIF -
⚒️ Flipper Animation Reconstructor - Python tool by SethPalmer3
⮚ Generates a preview gif from an animation folder (containing .bm files + meta.txt) -
⚒️ FlipAnimGen - Python tool by D4n13l3k00
⮚ Dithering animation generator from video files
⮚ Generates a folder with the animation frames in the specified directory
⮚ Requires video's extension to be .mp4 BUT should theorically convert any video recognized by opencv ! -
FZ animations SCRIPTS : GIF to frames
⚒️ Flipper Animation Maker - Python tool by H4XV
⮚ Automatic Animation generator
⮚ Gif to Flipper Animation
⚒️ FlipperZeroAnimator - Python tool by Eugenio Menacho de Góngora aka nenomg
⮚ Converts GIFs into 2-color frames for Flipper Zero
⮚ Resizes frames to 128x64 pixels and saves as PNG
⮚ Generates meta file -
⚒️ Flipper Zero Asset Pack Maker - Web tool by Jay Candel aka Deki
⮚ Make asset pack to be used with Momentum firmware by setting its name and contents
⮚ Drag&Drop contents directly in the webtool
⮚ Allows preview and direct animation frame editing
⮚ Saves created pack as a zip file you can download -
FZ animations SCRIPTS : Packers
⚒️ Asset Packer ✔️ - Python tool by WillyJL
⮚ Convert .png assets to .bm or .bmx ones.
⮚ .bmx is the required graphic asset format to be used with Momentum firmware.
⮚ Used for passport, profile and every other apps graphic assets that can be handled within an asset pack.
⮚ Will convert .png animation frames to .bm ones as same as it would be done with ./fbt command
⮚ Tutorial can be found there
⚒️ Xtreme Firmware Asset (Un)Packer - Python tool by Mateusz Ryczek aka meowteusz or skyfused
⮚ Revert/convert .bm compiled animations to .png ones.
⮚ Create an animated GIF file based on converted .png frames.
⮚ ❗ Requires xtreme/Momentum asset-packs folder structure but is not firmware-exclusive...
⮚ Potential development :
Use of meta.txt file for GIF creation (frames order / FPS, etc) / Allowance of any folder-structure.
⚒️ Improved Asset Packer for Momentum ✔️ - Python tool, upgraded by nescap
⮚ Enhanced version of the Asset Packer by WillyJL with recover function as in (Un)Packer from meowteusz
⮚ convert .png to .bm/.bmx files
⮚ convert back .bm files (animation frames) to .png -
FZ animations SCRIPTS : png files renaming + meta.txt creation
🔧 Zip2Animation - Python tool by DoobTheGoober
🔧 FZ_AnimNamer - C tool by pinwheelHerman
🔧 Flipper_AnimNamer - Ruby tool by TimboFimbo
⮚ renames the png files in order from a folder / zip file
⮚ Creates a basic meta file with a straight forward animation frame order -
FZ animations SCRIPTS : manifest.txt creation
🔨 Flipper Animation Manifest Helper - Python tool by ortil-afk
🔨 FlipperZero EZ Manifest - Python tool by Wuhp
🔨 Marine_Fest - Python tool by TikvahTerminator aka Data
⮚ Generates manifest.txt from subfolders containing animations -
⛏️ Lopaka ✔️ - Webtool by Mikhail Ilin
⮚ Graphics editor + image converter for Arduino, ESP32, AdafruitGFX, u8g2, FlipperZero -
⛏️ FlipperUSB ✔️ - Webtool by Dagnazty
⮚ Allows you to edit and save files directly on Flipper SD card when usb plugged via web interface
⮚ Life changer for badusb text files or manifest.txt / meta.txt editing when it comes to animation -
⛏️ BadPS ✔️ - PowerShell tool : BadUSB payloads dev launcher by InfoSecREDD aka -Ɍᴇᴆᴆ-
⮚ Launch / test BadUSB payloads directly from PC via a PowerShell dedicated menu
⮚ Lists all scripts present in tool's folder
⮚ Choice of cores for Flipper Zero or DuckyScript V1
🔖 CUSTOM ANIMATION MAKERS :
Tip
Marked with 🎨 = includes assets made from scratch / sprites (drawn or heavily edited)
Marked with 🎬 = includes assets made from GIF / movie excerpt (via ezgif.com or such)
-
🎨🎬 Talking-Sasquach by himself aka Skizzophrenic
-
🎨🎬 FZ_Animations by Haseo-sama
-
🎬 FZAnimations by stop oxy
-
🎬 FlipperZero Custom Animations by Charles The Great aka DoobTheGoober
-
🎬 FlipperZeroWallpaper - CyberPunk Edgerunner project by HexxedBitHeadz aka Aromak
-
🎨 WR3NCH's Anims by Wr3nch aka R3ggie
-
🎨🎬 flipper-zero-animations by Pheonixyyz aka PYX
-
4️⃣0️⃣4️⃣
DEXV Animations by DEXV -
🎬 Flipperzero Animations by SynthetikSpace aka Space
-
🎬 FZ Customization (Jojo, Berserk themed) by Gabry154
-
🎨 animations (Punch-Out game anims & icons + misc) by topbilin aka classically_trained / Ned_Flanders
-
🎨🎬 Flipper_animations by guilatoffi
-
🎨🎬 flipper-zero-animations (~200 anims, various themes) by mnenkov aka DAIM_SANN
-
🎨🎬 flipper-sl-animations by SkyLoungeZero aka platz
-
🎬 animations-haha (kissing-girls themed) by LoopyTheSlayerFanGirl
-
🎬 Flipper-Zero-Anime-Wallpapers (Japanim's girls themed) by Iori Kesso
-
🎨 Animations for Flipper Zero by Sergey Nord aka kainsamara
-
🎨 Flipper Zero Animations (Pluto OAV, World of Horror game + misc) by Linus Kay
-
🎨 Flipper-Zero-Animations (FZ Italia themed) by Nicola Selenu aka thevot
-
🎨 Animation Flipper French Community (FZ France themed) by Flipper French Community
-
🎨 Flipper-custom by Soulsender
-
🎨 flipperzero-assets (Passport backgrounds & profile picts) by JustDr00py
-
🎨🎬 FlipperAnimations by David Fiattarone (repo) / TotallyNotADog (Portal anim design)
-
🎨 MicroD-Flipper-Pack (Animated logo + tune) & rabbit-labs-flipper-animation by Michael Dufault aka MicroD
-
🎨🎬 fz-gfx (Animation and passport profile picts) by oneamongthetrees
-
🎬 flipperzerothings's NSFW Animations by paradoX88988 aka Okitask_0
-
4️⃣0️⃣4️⃣
🎬 BOSSK_FlipperZer0Animations (mostly Star Wars) by BOSSK28 -
🎨 TEX-FZ-Anims (Animation swapping based on daytime project) by TEXploder
-
🎬 FZ-Sonic-animations (Sonic the Hedgehog themed) by secretlay3r aka Platon
-
🎬 Flipper-Zero-Animations (dolphin themed) by bip3r
-
4️⃣0️⃣4️⃣
🎬 ARI_flipper-animations by Ari -
🎬 Flipper Pirates asset pack (Pirates of the Caribbean themed anims and graphic assets) by Artemio
-
🎨🎬 Flipper Zero Asset Packs (Lord of the Rings & Pokemon themed) by Abenaws
-
🎬 Flipper-animation (Warhammer 40K themed) by Scottarmy6 aka Loki Stampede
-
🎨 AssetPacks (Pikachu anim) by Dankof
-
🎨 Flipper Vault by ATOMNFT
-
🎨 flipper-zero-stuff (C64 Animation) by wunderwuzzi23
-
🎨 Miss Minutes & TemPad (Marvel Animations) by Steve D. Ballantyne
-
4️⃣0️⃣4️⃣
🎬 Flipper-Zero-Animation-Berserk (Berserk themed anim) by Anth-42th -
🎬 Flipper_Zero_Animation_files (Winter in Prostokvashino themed) by DNZ1393
-
🎬 Flipper-animations-FR (Menace Santana & Ziak music clips) by Parzivalglock
-
🎨 Psyduck Asset Pack (ofw dolphin anims and assets remade as Psyduck-themed) by naisatoh
-
🎬 Flipper Zero Animation Pack Football Stars (stars of football themed) by Rohsec aka Rohit
-
🎨 Haunter Asset Pack (Pokemon Haunter themed - anims, passport & assets) by int0xmonkey
-
🎨 ANBU-Flipper (Naruto's Anbu anim) by Nanashi
-
🎨🎬 Dokkaebi R6 asset pack (Rainbow Six Siege themed - anim + profile picts) by Dokka01 aka Clem
-
🎨🎬 asset_packs (anims packs, some including graphic assets) by Skyhawk Illusions aka Sean Skyhawk
-
🎬 Flipper Animations (Junjilto & Mr Robot themed) by Pasinduoi
-
🎬 H2HC conference & Area31 assiociation logos animations by Fernandofei
-
🎨🎬 Flipper Animations (Casio's G-Shock characters), Dexter's Laboratory, GTA & Android asset-packs by evillero
-
🎨 Flipper Zero 3D Printing & Wardriving animations by Davim09 aka Chonk_m
-
🎨 Pr3's Animation Haven by the1anonlypr3 aka pr3
-
🎨 flipper asset packs (graffiti styled) by Lane863 aka TheLoneLaner
-
🎬 Flipper Zero (Misc brands logos + NSFW Eva Elfie porn) by Marcopit92 aka //mp
-
🎨 Claire Flipper Anims by Clara81221 aka Claire
-
🎨 Monica DDLC on Flipper Zero (Doki Doki Literature Club! themed) by GooseDev72
-
🎨 Stickman AssetPack FlipperZero (includes icons, pfp and anim) by k4n3d4-sh0t4r0
-
🎨🎬 Asset_Packs (Junji Ito's mangas themed) by abbhorent
🔖 FIRMWARES ANIMATIONS :
-
Flipper Zero's original animations by Valerie Aquamine aka the Mother of Dolphin & Victoria Moloko
-
Momentum's Asset packs
Also offers packs that gather exclusive anims from following CFWs : RM, SW & UL (including 404 ones) -
RogueMaster's All Animations Pack
-
SquachWare : SquachWare & Spinner by Wr3nch as well as Sas TV, TS3000, EscapeFrom & V by myself
-
Unleashed : 4️⃣0️⃣4️⃣
New_year, 4️⃣0️⃣4️⃣Halloween, FlipperCity, Fireplace & FlipperMustache by Svarich -
4️⃣0️⃣4️⃣
Xtreme's Asset packs
🔖 CUSTOM ANIMATIONS DUMPS :
-
RedFox's Flipper Zero Animation Collections - animations dump + custom made one by Greg the WP CMS Ninja
-
Animations for Flipper Zero - animations dump by Kf637
-
Flipper NSFW Animation Collection - NSFW animations dump by dfwrxss aka doom_vr
-
Flipper-IRDB - Huge IR recorded signals database
-
UberGuidoZ's Playground - Flipper Ali Baba's cave
-
Awesome Flipper - Tons of links to useful resources
- updated / active
✔️ Flipper Device [official] : github | discord | website
✔️ Momentum : github | discord | website
✔️ RogueMaster : github | discord | website
✔️ Unleashed [DarkFlippers] : github | discord | telegram
- outdated / abandoned
❌ MuddleBox : github
❌ SquachWare : github | discord
❌ v1nc : github
❌ Wetox : github