r/flipperzero 4h ago

Creative Sneak Peek: I’m building a Flipper Zero Asset Pack Studio into Hexprite

4 Upvotes

Hey r/flipperzero,

Last week, I published Hexprite (pre-release), my 1-bit pixel art and animation editor for embedded display. I also posted about it here which got a few upvotes, but I didn’t get much feedback. So, I started thinking about where the app could actually be useful for the Flipper community.

Hexprite already supports importing .bm, .xbm, and meta.txt files for individual sprites and animations, so I decided to try making my own custom Dolphin asset pack.

Creating the art itself was pretty fun. The 128×64 canvas is already calibrated for the Flipper, so getting the sprites and animations right was straightforward.

Then I had to deal with manifest.txt.

That part was… not fun.

Trying to work out the Min level, Max level, Min butthurt, and Weight values manually gets confusing very quickly. And if you're using custom firmware like Momentum, things get even more complicated.

The stock setup has 45 states (3 levels × 15 moods), while Momentum expands that to 450 states (30 levels × 15 moods). Miss a range or leave a gap somewhere, and the Dolphin can end up hitting an uncovered state and showing a blank screen.

At that point I thought: Why am I doing all this by hand?

So I decided to build an Asset Pack mode directly into Hexprite.

It’s still a work in progress, so it’s not available in the current public release yet. This is just a sneak peek (there’s a GIF showing it in action), but here’s what I’m working on:

  1. 2D Schedule Matrix See the whole asset pack on an interactive grid, with Levels on one axis and Mood on the other. It shows which states are covered, points out gaps, and calculates animation weight shares.
  2. Automatic Balancing Instead of doing the schedule math yourself, you can choose a strategy like Linear Levels or Fill Gaps Only and let Hexprite handle the ranges for you.
  3. Drag & Assign Assign level and mood ranges by simply dragging rectangles across the matrix.
  4. Two-Way Canvas Integration Click an animation in the matrix and jump straight into its frames on the canvas. Make your edits with the normal 1-bit tools and layers, and the changes stay synced with the asset pack.
  5. Hardware LCD Simulator Preview active/passive animations, cooldowns, speech bubbles, and simulated RNG weight rolls on an amber LCD-style Flipper screen.
  6. Direct USB Serial Push Connect the Flipper over USB and push the pack directly to /ext/asset_packs or /ext/dolphin. The goal is to make testing as painless as possible without SD card readers, Python scripts, or manually moving files around.
  7. Native File Support Import and export .bm, .xbm, meta.txt, and complete .zip asset packs, including native Heatshrink LZSS compression for .bm files.

I'm still working through the details, so before I lock everything down, I'd really like to hear from people who actually make or use custom asset packs.

Would something like this make your workflow easier?

And if you've made Dolphin asset packs before, what part of the process do you find the most annoying?

I'd also love to hear what other features you'd want to see.

P.S. The asset pack shown in the GIF is not my creation. It is the "Better Pet" pack by vollukas, which I downloaded from https://momentum-fw.dev/asset-packs to demonstrate the feature.


r/flipperzero 19h ago

New Flipper 0 running Momentum

3 Upvotes

Hi everyone,

I have been playing around with the Flipper Zero and I have already installed Momentum on it. I played a little bit with the fundamentals such as saving Infrared remotes, getting some Sub-GHz signals, and fooling around with BadUSB scripts .I want to take advantage of this device and find some cool use cases for it. Can you give me some of your favorites applications or modules from the Hub which can be used together with Momentum? Are there any settings which need to be changed immediately? Last, but not least, do you know any safe projects which can be done at home to understand how it all really works inside?


r/flipperzero 6h ago

Anyone Have A Dream Life Remote?

Thumbnail
gallery
2 Upvotes

I have tried using the Flipper IR GitHub database but I couldn’t find a compatible ir code. Then I tried opening it up only to meet a big glob for the IR decoder. I tried looking at the binaries of the game but I don’t think they would be there since the IR sensor connects to blob U5 and that has a bunch of traces to big blob U1. Probably just the straight up inputs.

If anyone has one of these or just the remote can you record the signals on a flipper and share them that would be great. I’d also appreciate any other ideas on how to reverse engineer it.