| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
A hellfire-themed animation asset pack for Flipper Zero by bad-antics
Unleash Hell is a complete Flipper Zero animation theme pack featuring hellfire, demon skulls, pentagrams, lightning, chains, and infernal chaos โ all rendered in glorious 1-bit 128ร64 pixel art.
10 animations โข 88 frames โข 3 dolphin levels โข Boot sequence included
| Animation | Frames | Description |
|---|---|---|
| NullSec_UnleashHell_Boot_128x64 | 18 | Hellfire rises โ portal opens โ demon skull โ UNLEASH HELL title reveal |
| Animation | Frames | Description |
|---|---|---|
| L1_UnleashHell_Hellfire_128x64 | 8 | Rising hellfire with NullSec branding |
| L1_UnleashHell_Demon_128x64 | 6 | Breathing demon skull with horns |
| L1_UnleashHell_InfernoScan_128x64 | 8 | Fire-themed radar scanner with soul counter |
| L1_UnleashHell_ChaosMatrix_128x64 | 8 | Infernal matrix rain with hex/hell characters |
| Animation | Frames | Description |
|---|---|---|
| L2_UnleashHell_HellCode_128x64 | 8 | Coding in the underworld โ hell terminal |
| L2_UnleashHell_Damnation_128x64 | 8 | DAMNED! celebration with chains and fire |
| Animation | Frames | Description |
|---|---|---|
| L3_UnleashHell_DarkLord_128x64 | 8 | Spinning pentagram with elite status |
| L3_UnleashHell_Apocalypse_128x64 | 8 | Lightning + demon skull + max fire |
| Animation | Frames | Description |
|---|---|---|
| NullSec_UnleashHell_Hellgate_128x64 | 8 | Animated hell gate portal |
SD Card/
โโโ asset_packs/
โโโ NullSec_Unleash_Hell/
โโโ Anims/
โ โโโ L1_UnleashHell_Hellfire_128x64/
โ โโโ L1_UnleashHell_Demon_128x64/
โ โโโ ...
โ โโโ manifest.txt
โโโ pack.txt
# Clone this repo
git clone https://github.com/bad-antics/nullsec-unleash-hell.git
cd nullsec-unleash-hell
# Copy via Flipper CLI storage commands
# Connect Flipper via USB, then:
screen /dev/ttyACM0 115200
# In Flipper CLI:
storage mkdir /ext/asset_packs/NullSec_Unleash_Hell
storage mkdir /ext/asset_packs/NullSec_Unleash_Hell/AnimsOr use the upload script from nullsec-flipper-suite:
python3 upload_to_flipper.py --path asset_pack/NullSec_Unleash_Hell --dest /ext/asset_packs/NullSec_Unleash_HellIf you're running Momentum or Xtreme firmware:
After copying the files to your Flipper:
Note: On stock firmware, asset packs are supported on firmware 0.98.0+. On Momentum/Xtreme, asset packs have been supported since early builds.
Want to modify the animations or create your own variants?
# Install dependencies
pip install Pillow
# Run the generator
python3 scripts/generate_unleash_hell.py
# Output goes to asset_pack/NullSec_Unleash_Hell/
# Preview GIFs go to previews/The generator creates:
nullsec-unleash-hell/ โโโ asset_pack/ โ โโโ NullSec_Unleash_Hell/ โ Copy this folder to your Flipper โ โโโ Anims/ โ โ โโโ L1_UnleashHell_Hellfire_128x64/ โ โ โ โโโ frame_0.bm โ โ โ โโโ frame_1.bm โ โ โ โโโ ... โ โ โ โโโ meta.txt โ โ โโโ L1_UnleashHell_Demon_128x64/ โ โ โโโ L1_UnleashHell_InfernoScan_128x64/ โ โ โโโ L1_UnleashHell_ChaosMatrix_128x64/ โ โ โโโ L2_UnleashHell_HellCode_128x64/ โ โ โโโ L2_UnleashHell_Damnation_128x64/ โ โ โโโ L3_UnleashHell_DarkLord_128x64/ โ โ โโโ L3_UnleashHell_Apocalypse_128x64/ โ โ โโโ NullSec_UnleashHell_Boot_128x64/ โ โ โโโ NullSec_UnleashHell_Hellgate_128x64/ โ โ โโโ manifest.txt โ โโโ pack.txt โโโ previews/ โ Animated GIF previews โโโ scripts/ โ โโโ generate_unleash_hell.py โ Animation generator โโโ LICENSE โโโ README.md
This project is licensed under the MIT License โ see LICENSE for details.
Unleash Hell on your Flipper Zero. ๐ฅ๐ฌ
| Back | FazBrowse Home | New Git URL |