Manage dolphin animation themes directly from your Flipper Zero — no PC required.
- Flipper Apps Catalog (coming soon)
- GitHub Releases
| Menu | Theme Info | Apply |
|---|---|---|
![]() |
![]() |
![]() |
| Confirm | Reboot | Delete |
|---|---|---|
![]() |
![]() |
![]() |
- Scan SD card — auto-detects animation packs in
/ext/animation_packs/ - 3 theme formats — Pack
[P], Anim Pack[A], Single animation[S] - Animation preview — thumbnail of first frame on the info screen
- Theme info — view type, animation count, and size before applying
- One-tap apply — merges theme files into
/ext/dolphin/ - Delete themes — remove theme packs directly from the app
- Auto-backup — backs up entire
/ext/dolphin/before overwriting - Restore — revert to previous theme from the menu
- Reboot dialog — apply and reboot instantly, or keep browsing
- Download
theme_manager.fapfrom Releases - Copy to your Flipper's SD card:
/ext/apps/Tools/
cd theme_manager
ufbtCopy dist/theme_manager.fap to SD card, or use ufbt launch to build & run.
Place theme folders in /ext/animation_packs/ on your SD card:
animation_packs/MyTheme/
├── manifest.txt
├── Anim1/
│ ├── meta.txt
│ └── frame_*.bm
└── Anim2/
├── meta.txt
└── frame_*.bm
animation_packs/MyTheme/
└── Anims/
├── manifest.txt
├── Anim1/
└── Anim2/
animation_packs/MySingleAnim/
├── meta.txt
├── frame_0.bm
├── frame_1.bm
└── ...
- Scans
/ext/animation_packs/for supported theme formats - Select a theme → view info with animation preview
- Apply → backs up
/ext/dolphin/→ merges new theme - Reboot to see new animations, or keep browsing
- Use Restore Previous to revert anytime
Override default paths at compile time:
ufbt CFLAGS='-DCUSTOM_ANIMATION_PACKS_PATH=EXT_PATH("my_anims")'
ufbt CFLAGS='-DCUSTOM_DOLPHIN_PATH=EXT_PATH("my_dolphin")'- Flipper Zero with microSD card
- Works with official & custom firmware (Momentum, Unleashed, RogueMaster)
Hoasker






