Minor fixes in README.md

This commit is contained in:
Dmitrii - Demenev 2023-10-01 10:24:28 -06:00 committed by GitHub
parent 0a5824bcb6
commit 9a4dd6111c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# esp_ws28xx # esp_ws28xx
A light and simple ESP-IDF lib for WS2812B/WS2815 led strips. Works via SPI with DMA. A light and simple ESP-IDF lib for WS2812B/WS2815 led strips. Works via SPI with DMA.
A fork of https://github.com/8-DK/ESP32_SPI_WS2812_idf/ with a lot of fixes, refactoring, improvements and flexability. Fixed bit format, added correct reset pulses and support of WS2815. A fork of https://github.com/8-DK/ESP32_SPI_WS2812_idf/ with a lot of fixes, refactoring, improvements, and higher flexibility. Fixed bit format, added correct reset pulses, and support of WS2815.
Tested with esp-idf v5.1 and esp32-c3. Tested with esp-idf v5.1 and esp32-c3.
# Example of usage # Example of usage