From 9a4dd6111cef0c3501eec547744d2fd6e22e2105 Mon Sep 17 00:00:00 2001 From: Dmitrii - Demenev Date: Sun, 1 Oct 2023 10:24:28 -0600 Subject: [PATCH] Minor fixes in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbde22d..dbe0c45 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # esp_ws28xx 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. # Example of usage