Skip to content

v0.8.0

Latest

Choose a tag to compare

@ewowi ewowi released this 16 Jan 12:10
· 102 commits to main since this release

MoonLight is open-source software that lets you control a wide range of DMX and LED lights using ESP32 microcontrollers, for home, for artists, and for stages.

In this release: 16K LEDs via Art-Net to FPP / HUB75 ColorLight cards

Use MoonLight Installer to install.

If you like MoonLight, give it a ⭐️, fork it or open an issue or pull request. It helps the project grow, improve and get noticed.

What's Changed

  • January 21, patch1 applied (esp32-d0-pico2 and updatedItem bug fix)

MoonBase

MoonLight

  • ESP32-P4 parlio driver supporting variable length LED strips on different pins, see #95
  • Parallel LED Driver (including ESP32-P4 parlio driver) supporting RGBW LED strips where the W is on a different channel e.g. WRGB / WS2814
  • Double buffering: Effects is a producer task, Drivers is a consumer task, each running on a separate processor core for higher speed, see Architecture
  • Allow for high processor load without making the system too angry
  • Support for high speed, large displays Art-Net out, support for FPP / HUB75 Colorlight card setups. 16K tuned (98K in next release)
  • Drive lots of LEDs: 16K boundary changed to 130K (!) LEDs pre-allocated on PSRAM setups (4096 on non-PSRAM)
  • Toronto Bar Gourds layout (a local speciality), with @troyhacks

  • 1D effects use the Y-Axis (instead of the X-Axis) - Use the Single Column layout for LED strips

  • Support for ws2814 led strips

  • Star Sky Effect, see MoonLight effects by @limpkin

Pull Requests

Full Changelog: v0.7.0...v0.8.0