0.0.5-alpha.2
Pre-release
Pre-release
0.0.5-alpha.2
- Fixed an issue with incomplete LED rendering during SPI emulation, ensuring all LEDs display correctly (ESP32 family).
- Resolved an application issue affecting Raspberry Pi Pico (RP2040 and RP2350) boards.
Also available in OTA (via testing channel).
Important
For HyperSerial (enable first in Hyperk) to work, make sure to select the Adalight driver in HyperHDR:
- High speed serial AWA protocol with data integrity check
- Correct baudrate and serial port
- Esp8266/ESP32/RP2040/RP2350 handshake
- Force HyperSerial detection
0.0.5-alpha.1
- Add HyperSerial support
- Add GUI option to disable Neopixel emulation over Spi (use I2S/RMT/Parlio instead)
- Add I2S for ESP32
- Migrate to etlcpp to reduce heap fragmentation
- Add info (stats.html) about drivers are currently used
- Memory usage optimization
- Add RMT Sync Manager support for ESP32-S2/S3 for synchronized multi-channel RMT LED rendering
- Add configurable Custom Color Order
- Add reversed segments
- Automatic reboot AP after 3min to reconnect if WiFi is configured and no AP clients connected
- More flexible SPI GPIO selection
- More precise Neopixel signal generated by SPI driver emulation
- Fix Gledopto relay defalt settings
- Update licences and move Hyperk core to Hyperk-Backend project
- SPI APA102 rendering is now async
- Improved Neopixel bitbang encoding speed
- Improved power relay state change handling (power on/off)
- Improved PARLIO performance on esp32-c5/c6
- Add live source (Serial/Udp/Effect) in statistics
- esp8266 can handle now 2000LEDs
- Use WebServer instead of AsyncWebServer for esp32-s2 to preserve resources
- esp32-s2 can handle now 2000LEDs
- Create API for Hyperk effects
Other:
- Added custom boards like Gledopto to Hyperk web installer