FozzTexx / ws2812-demo

Demo & driver using the RMT peripheral of the ESP32 to control WS2812 RGB LEDs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WS2812 driver and rainbow demo by Chris Osborn fozztexx@fozztexx.com

This is a driver for the WS2812 RGB LEDs which uses the RMT peripheral on the ESP32. It uses interrupts from the RMT peripheral to keep the buffer filled until all the bytes have been sent to the LED array.

For more information see http://insentricity.com/a.cl/268

About

Demo & driver using the RMT peripheral of the ESP32 to control WS2812 RGB LEDs


Languages

Language:C 92.2%Language:Makefile 7.8%