LumenCreate
Two paths into your own LumenLab app. Pick the one that fits.
Animations ship straight from the Designer: paint each page as a frame, set the timing, hit Generate. No AI, no code in the loop.
How it works
- 1Design your framesOpen LumenDesigner. Each page becomes one frame of the animation. Add as many pages as you need; reorder them by dragging the row handle.
- 2Time each frameClick the
ⓘbutton on a page to set its duration (how long it shows) and optional fade-in (smooth crossfade from the previous frame). - 3Generate the appOpen the
Export…modal in the Designer header. The Generate app section sits at the top. Give it a name; the module slug (name.py) shows live next to the input. - 4Try it, then ship itAdd to Simulator drops the app into LumenSimulator— it appears in the launcher straight away. Happy with it? Add to Flash hands it to LumenFlash for the real Pico, or Download .py for manual installation.
What you'll need
- No AI chatEverything happens in the browser. No external account, no chat window, no copy-pasting prompts.
- A few minutesUsually under five once the frames are painted. Two-frame loops can ship in well under a minute.
- A LUMATRIX (optional)The simulator runs the generated app exactly like the device. Flash to a real board when you're ready.
- No codingThe generator emits both the JavaScript (for the simulator) and Python (for the Pico) for you. Edit them if you're curious.