Skip to content

Releases: FrozenAssassine/WS2812-Controller

v1.2.1

06 Jul 14:44
1b31b77
Compare
Choose a tag to compare

Version 1.2.1

  • fix wrong memory allocation for LedItems #1

v1.2.0

27 Dec 08:53
b59c7b5
Compare
Choose a tag to compare

Added GetPixelColor()
Added GetPixelRed()
Added GetPixelGreen()
Added GetPixelBlue()
Added mode for RGB or GRB

Fixed the port initialization

1.1.0

13 Aug 08:25
1b211f9
Compare
Choose a tag to compare
  • Added ColorHSV function
  • Added Map function
  • It is now simpler to initialize the strip.
    You now pass parameters like the number of pixels, output-port, and output-pin to the class initializer.

1.0.0

13 Aug 08:00
c55282e
Compare
Choose a tag to compare
Update main.cpp