Releases: UncleRus/EvLamp
Releases · UncleRus/EvLamp
0.7.0
What's new
- Support for multiple LED matrices
- New effects: "Spaceships", "Firefiles", "Tunnel", "Colored dunes"
- New parameters in "Crazybees" and "Radiant Wheel"
- Two new common palettes
Bugfixes
- Fixed bug in effect "Rays" with ray endings out of screen if screen is not square
- Fixed bug in effect "Gif", gifs displayed in the center of surface now
- Effect "Hoop" now displayed correct at non-squared screens
- libnsgif library updated to latest version
0.6.3
What's new
- New effects: "Peacock tail", "Diagonal movements", "Colors", "Sun radiation", "Whirls"
- New palettes in "Fire" and "Lava"
- Possibility of horizontal and vertical mirroring
How to flash binary image
- Download and install python 3
- Download binary image (
EvLamp_image_0.6.3.bin
) - Run
pip install esptool
- Run
esptool.py --chip esp32 write_flash 0x0 EvLamp_image_0.6.3.bin