Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Releases: wingnut-tech/LEDController

v1.4.2

26 Oct 18:56
7ca4897

Choose a tag to compare

[v1.4.2] - 2022-10-26

Fixed

  • Added fallback LED_POWER value so there's always some max power regulation, even if LED_POWER wasn't specified in the layout.h file.

Changed

  • A few Github workflow tweaks

v1.4.1

02 Sep 14:57
91d3682

Choose a tag to compare

[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

21 Aug 16:55
0c9e170

Choose a tag to compare

[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

08 Oct 17:28

Choose a tag to compare

[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

26 Sep 18:18

Choose a tag to compare

[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_POWER define 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.