From 7b5a398459f77b0838fac8cb1d1320e635301436 Mon Sep 17 00:00:00 2001 From: reykada Date: Thu, 11 Jan 2024 19:36:57 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 81f2208..b8cc37a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +Fork of https://github.com/PaulStoffregen/Tlc5940 with ESP32 support + +Tested on ESP32, but should work on ESP32-S2, S3, etc. with no or minimal mods +Requires the following board support package in Arduino IDE (Tools -> Board -> Boards Manager…): esp32 by Espressif Systems + +DOT Correction can be set for each channel individually. +Animation doesn't work as PROGMEM snippets for ESP32 were not finished. + # Tlc5940 Library 16 channel PWM LED driver based on the Texas Instruments TLC5940 chip.