STM32-ARGB-DMA icon indicating copy to clipboard operation
STM32-ARGB-DMA copied to clipboard

STM32 Library for Addressable LEDs: WS2812(b), WS2811, SK6812, etc. Supports RGB & RGBW LEDs.

Results 7 STM32-ARGB-DMA issues
Sort by recently updated
recently updated
newest added

where to get #include "stm32_dma.h" #include "pwm.h" #include "math.h" ?? this is not a part of HAL package

Hi! I'm trying to run this library on STM32F030K6T6, but I have a trouble with it. All configs are correctly set, but the frequency is 4 times slower than that...

The datasheet is for SK6812 RGB but the implementation is for SK6812 RGB**W**.

Hello Crazy-Geeks, Thank you for this lib. I try to add it to my Nucleo G0B1RE project but I have several problems. First of all I had to change APBfq...

Fix info about buffer width in CubeMX Compile Doxygen page

documentation
enhancement

Hi there, Thanks for all the work in putting this together, very clear code & instructions. I am trying to use this lib on an STM32F411 (Nucleo STM32F411RE) and the...

Now strip works only when APB frequency is 72 MHz. I tried to set it to 8 MHz and change counter to 9 (8x10^6/8x10^5 = 10), but strip didn't work...