drivers
drivers copied to clipboard
Blue Pill STM32F103C8 and ws2812
Hello,
I am new to TinyGo. I have Blue Pill board and have OLED screen and other scripts running: https://github.com/olablt/tiny32
Now I need to drive the ws2812 LED strip. How to change the ws2812 driver to support BluePill?
Any hints?
I have worked on a portable version that works using SPI at exactly 4MHz: https://github.com/tinygo-org/drivers/pull/217. It's still a work in progress but you could try it out.