Daniel Peter Chokola
69ff076b0e
rewrite to provide generic interface to ws281x addressable LEDS
...
supports WS2811, WS2812, WS2813, SK6812, and SK6812RGBW families
does not yet map colors correctly (e.g. WS2812 orders colors 'GRB'
whereas others use RGB)
removed ws2812b_fx code
1 year ago
Daniel Peter Chokola
573db2434c
add quadcolor chase effect
1 year ago
Daniel Peter Chokola
5c59ce6019
update README.md to reflect intent of library
1 year ago
Daniel Peter Chokola
6d94fd1c32
remove .gitignore as it's irrelevant now
1 year ago
Daniel Peter Chokola
6a2bb8114f
code cleanup: do away with camelCase; whitespace & formatting
...
lots more to do in ws2812b_fx.*
1 year ago
Daniel Peter Chokola
0ed8c40c72
add datasheets for SK6812RGBX parts under doc/
1 year ago
Daniel Peter Chokola
49a8b6a455
rewrite for 32-bit controllers (RGBW)
...
- plan to make 24-bit/32-bit selectable, at least at compile-time
- FX are mostly broken since they mostly assume RGB
- tested static & blink
1 year ago
Daniel Peter Chokola
7dfdbe30c9
remove STM32F103 implementation and leave only the generic WS2812 driver
1 year ago
Mateusz Salamon
369c77c085
Fix HSV to RG calculation
5 years ago
Mateusz Salamon
2b8b3290cf
Fix low count of LEDs
5 years ago
Mateusz Salamon
8cb1cf55f2
Fix NULL in FX Init
5 years ago
Mateusz Salamon
bec350d43a
Add SysTick callback
...
ST some time ago decided to disable SysTick Callback. But they kept all
functions. It think it prevents from heavy code in SysTick so you
should be careful what are you doing. FX lib onli decrease one variable
I think it's light enough to put it into SysTick interrupt :)"
5 years ago
Mateusz Salamon
7004ae627a
Update to latest CubeMX and HAL
5 years ago
Mateusz Salamon
a72242a265
Fix segments overflow
6 years ago
Mateusz Salamon
bedf91a6f3
Update WS2812B bits definition.
...
They are wrongly defines as LSB first instead of MSB.
6 years ago
Mateusz Salamon
d1aecd1d12
Update README.md
6 years ago
Mateusz Salamon
30c1fb4c31
Working basic segments
6 years ago
Mateusz Salamon
54859cae64
Working demo without segments feature
6 years ago
Mateusz Salamon
fd9cb20819
Add USB comunication for debug
7 years ago
Mateusz Salamon
1d3ded9080
FX effects for whole strip.
...
Based in WS2812BFX Arduino library by kitesurfer1404.
Every effect concerns whole strip - no segments.
I added also HSV color mode and two FX modes related to it.
7 years ago
Mateusz Salamon
d89bc07ca1
Color correciton function.
7 years ago
Mateusz Salamon
548ad5d804
Add HSV color mode.
7 years ago
Mateusz Salamon
227cf89a4a
Initial commit.
...
RGB colors mode is availible for diodes controll.
7 years ago