Skip to content

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

Notifications You must be signed in to change notification settings

loboris/ws2812-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.1%
  • Makefile 7.9%