Hi! I remenber after some tweaks being able to compile and use fastled on

Hi! I remenber after some tweaks being able to compile and use fastled on Atmel Studio 7 and bare Atmega (skipping arduino stuff). Actually I’m planning to do the same using an stm32f103c8 (bluepill). Is it possible? If not, Chibios/RT port (again, without Arduino) would be nice too.

Thanks in advance.

There’s a port of FastLED for these, but I don’t know if it’ll work with your setup.

I have found a port to Chibios. I think with some minor changes I can get it to work. It is using SPI timing trick to generate needed clock to make WS2812B work.