Releases: wingnut-tech/LEDController
v1.4.2
v1.4.1
[v1.4.1] - 2022-09-02
Fixed
- The MAX_BRIGHTNESS code wasn't working due to implicit integer/float issues, causing custom layouts that specified the LED_POWER to end up with a brightness of 0.
v1.4.0
[v1.4.0] - 2022-08-21
Support for BME280 chips on new v2 boards has been added. Now the firmware will detect either chip and use it correctly.
This will be the minimum version that the new boards will fully work with, because of the new pressure chip.
v1.3.1
[v1.3.1] - 2021-10-08
Added
- Filtering on RC knob input. We're doing a simple average of a few samples to help clean up jittery RC signals.
Changed
- The Orange solid color show now uses "DarkOrange" to help it not look so yellow.
Fixed
- Lots of code optimizations to try and reduce program storage space on the Arduino. Streamlining code, simplifying functions, and removing old sections that are redundant or not in use anymore.
v1.3.0
[v1.3.0] - 2021-09-24
New project name and structure
Complete revamp of the whole project structure. The single giant .ino file has been split out into proper .cpp and .h files for better organization.
The project has also been renamed from FT-Night-Radian-LED-Controller to simply LEDController. It's easier to type, and also represents the fact that the controller isn't exclusive to the FT Night Radian anymore.
The existing FT-Night-Radian-LED-Controller repo will be left as-is, and archived with a notice to point people here. While we could have just renamed the old repo, the new project structure would break existing verions of the LEDControllerUpdater app.
Added
LED_POWERdefine for use in layout files. There's a difference in power draw between the Night Radian and the strips we're using for the kits, so this allows us to specify the power draw per LED to keep power usage in check.