HyperHDR 19.0.0.0
github-actions
released this
12 Feb 19:01
·
111 commits
to master
since this release
I've published new updated build-log on my blog which includes needed components and how to build and configure the entire system. It can be useful even if you already have your system built, as it also includes optimization tips and the possibility to upgrade your setup to a multi-segment configuration.
https://www.hyperhdr.eu/2023/02/ultimate-guide-on-how-to-build-led.html
New features:
- Added support for entertainment api v2 (hue gradient strips) ( #471) Many thanks to @gibahjoe great job! Tutorial is here: link
- HyperHDR got new packages repository (Github Pages). More details: https://awawa-dev.github.io/ Also RPM and Arch Linux installers are available there.
- The SD images that come with this release are already linked to the HyperHDR repository, so a future update should be much simpler.
- Add support for ESP32-S2 mini board. It requires latest HyperSerialESP32 v9 . This firmware brings also support for parallel multi-segments, that allows to double the refresh rate of large sk6812/ws2812b setups for free (a proper LED strip design is required)
- ESP8266/ESP32 handshake for the AWA Adalight ( #432)
- Save/restore WLED state and set max brightness at startup ( #353)
- Adalight: auto-resume and ESP8266/ESP32 auto-discovery ( #494)
- Add support for utv007 / Linux ( #423)
- LED strip designer context menu incl. blink selected LED, zoom, edit, move, disable, delete single LED (more: #379)
- Modifiable SPI path with device auto-detection (more: #346)
- Flatbuffers: multiple custom LUT files support (more: #334)
Fix:
- Automatic signal detection timing (#410)
- Fix the black color for disabled LEDs (#419)
- Fix: critical unicolor averaging bug causing very dark colors (more: #379)
- Fix: web LED live simulator doesn't update (more: #337)
- Fix: Improved HyperHDR web server startup (more: #351)
- Fix: Restore support for ZasLuke Capture card (more: #335)
- Fix: Philips Hue: do not treat stream errors as critical when retrying
- Align SPI buffer for HyperSPI to 4 bytes
- Fix: Use longer reset pulse (#468) Thanks @nurikk
Improvements:
- Improved LED device performance (dropping frames that have exceeded the hardware capabilities of the LED device, UDP/SPI devices are not affected as the process is handled by the OS)
- Update de.json (#411) Thanks @Duese123
- Update nl.json (#491) Thanks @NicoLouis-be
- Update Github actions/upload@v3 (#373)
- Unified internal clocks (more: #355)
- Colored cmake output (more: #364)
- Support for precompiled headers (more: #359)
- Improved REST API network driver (WLED, Philips Hue etc) (more: #354)
- Github Action: upgrade runner to macos-12 (more: #341)
- Update actions/cache@v3 (more: #371)