ogochan / neopixel-idf

NeoPixel LED driver for ESP-IDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NeoPixel driver for ESP-IDF

This code came from MicroPython ESP32 project.

And I added a function.

Please read main/main.c for more informations.

New function

np_set_pixel_rgbw

Set pixel color at buffer position from RGBW value.

About

NeoPixel LED driver for ESP-IDF


Languages

Language:C 98.3%Language:Makefile 1.7%