Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi screen single instance #46

Merged
merged 22 commits into from
Jun 19, 2021
Merged

Conversation

sblantipodi
Copy link
Owner

@sblantipodi sblantipodi commented Jun 2, 2021

  • Breaking changes: requires Glow Worm Luciferin firmware (v4.10.6)
  • Added a multi screen single device option. Documentation here.
  • Added a web browser firmware installer. You can still upgrade your FULL firmware via Firefly Luciferin PC software, new users or LIGHT firmware users can now use the Web Browser firmware installer from now on.
  • Reduced disk space required.
  • ALSA Format Error in logfile, Closes ALSA Format Error in logfile #47
  • Fixed an issue that prevented Firefly Luciferin to work correctly when there is no internet connection.

@sblantipodi sblantipodi added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request labels Jun 2, 2021
@sblantipodi sblantipodi self-assigned this Jun 2, 2021
@sblantipodi sblantipodi linked an issue Jun 3, 2021 that may be closed by this pull request
@sblantipodi sblantipodi merged commit e86d09d into master Jun 19, 2021
@sblantipodi sblantipodi deleted the multi_monitor_single_instance branch August 8, 2021 10:33
sblantipodi added a commit that referenced this pull request Aug 2, 2023
- ***Breaking changes***: requires `Glow Worm Luciferin` (v5.11.8)
- **[Added support for ESP32-C3, ESP32-S2, ESP32-S3](https://github.com/sblantipodi/firefly_luciferin/wiki/Compatible-Hardware).** 
Lolin ESP32-C3, Lolin ESP32-S2 and Lolin ESP32-S3 are now fully compatible with the existing [Luciferin Official PCB](https://github.com/sblantipodi/firefly_luciferin/wiki/Ready-to-print-PCB).
TinyS2 and TinyS3 are now compatible with the existing [Luciferin Module](https://github.com/sblantipodi/firefly_luciferin/wiki/Ready-to-print-PCB#upgradeble-pcb-using-luciferin-modules) for the [Luciferin Official PCB](https://github.com/sblantipodi/firefly_luciferin/wiki/Ready-to-print-PCB).
Closes [#46](sblantipodi/glow_worm_luciferin#46).
- Added **[support for DotStar LED strips](https://github.com/sblantipodi/firefly_luciferin/wiki/Compatible-Hardware#led-strip-ws2812bsk6812apa102sk9812-5v).** Closes [#42](sblantipodi/glow_worm_luciferin#42).
- Added the possibility to **[configure GPIOs for Relay, Button and LDR](https://github.com/sblantipodi/firefly_luciferin/wiki/Supported-GPIO-and-Baud-Rate)**.
- Added the possibility to **[switch profiles through MQTT](https://github.com/sblantipodi/firefly_luciferin/wiki/Home-Automation-configs)**. Closes [#110](#110).
- Added **[BRG, RBG, GBR color order](https://github.com/sblantipodi/firefly_luciferin/wiki/RGB-and-RGBW-support#how-to-change-color-order)** support.
- Improved [power saving](https://github.com/sblantipodi/firefly_luciferin/wiki/Power-saving-features) mode. Closes [#107](#107).
- Improved existing [light effects](https://github.com/sblantipodi/firefly_luciferin/wiki/Light-effects).
- Improved [aspect ratio auto detection](https://github.com/sblantipodi/firefly_luciferin/wiki/Aspect-ratio), very dark scenes do not trigger an aspect ratio switch as there is no way to know which is the correct one. 
- IMAX 1.85:1 format now triggers the letterbox aspect ratio. 
- There is now a single [Web Installer](https://sblantipodi.github.io/glow_worm_luciferin/) for both stable and beta firmware.
- Reduced firmware footprint.
- Removed the hard limit on the maximum number of LEDs. You can now use as many LEDs as you want as long as your microcontroller has enough memory.
- Increased the priority of the capturing threads. This fixed a flickering issue that occurs while using the [smoothing effect (frame generation)](https://github.com/sblantipodi/firefly_luciferin/wiki/Smoothing-color-transitions) on Hybrid CPUs. Does not affect CPU load.
- UDP broadcast collision fix. Corrects weird behaviours when using two instances of Firefly Luciferin on two or more computers on the same network with UDP stream. 
- Configuring the [Web Interface](https://github.com/sblantipodi/firefly_luciferin/wiki/Remote-Access#luciferin-web-interface) no longer requires an Internet connection. Closes [#52](sblantipodi/glow_worm_luciferin#52)
- Fixed a bottleneck that reduced performance when driving many LEDs via USB. ESP32 was able to drive 500LEDs at 5FPS, now it can drive the same amount of LEDs at 30FPS.
- Fixed an issue that prevented a profile from changing the current framerate without pausing and restarting the capture.
- [Arduino Bootstrapper](https://github.com/sblantipodi/arduino_bootstrapper/releases) update (v.1.15.2).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ALSA Format Error in logfile
1 participant