Skip to content

zwostein/zepico_ws2812b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WS2812B driver for the Raspberry Pi Pico

This driver efficiently drives WS2812B (or compatible) LED chips on the RP2040 and integrates into the pico-sdk.

How to get it running:

In your CMakeLists.txt add:

add_subdirectory(path/to/zepico_ws2812b)

And link your target to zepico_ws2812b:

target_link_libraries(${TARGET} ... zepico_ws2812b ...)

Have a look at one of the provided examples.

About

A WS2812B driver for the RP2040

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published