From d396b68191251c8ac4a79982f335228ed1f82194 Mon Sep 17 00:00:00 2001 From: Fabian Schlenz Date: Wed, 25 Sep 2019 06:44:22 +0200 Subject: [PATCH] Added aknowledgements section to README. --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index e07d340..f7e83b7 100644 --- a/README.md +++ b/README.md @@ -84,3 +84,25 @@ seconds: If you enabled HTTP server, you can always make GET requests to `/free_heap`, `/uptime` or `/fps` to get those values. If you enabled `DEBUG`, log messages will be sent to `MQTT_TOPIC/log`. + +## Aknowledgements + +### Libraries + +| Library | Author | Link | +| ------- | ------ | ---- | +| PubSubClient | knolleary | https://pubsubclient.knolleary.net/ +| FastLED (with small modifications) | Daniel Garcia & Mark Kriegsman | https://fastled.io +| NTPClient (with modifications) | | https://github.com/arduino-libraries/NTPClient +| ESP8266WebServer | | https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266WebServer +| ErriezCRC32 | Erriez | https://github.com/Erriez/ErriezCRC32 +| ESPAsyncTCP | me-no-dev | https://github.com/me-no-dev/ESPAsyncTCP + +### Inspirations and stuff +* This whole project was inspired by + https://github.com/orithena/Arduino-LED-experiments/tree/master/Ribba16x16_v2_ESP32. + The sinematrix3 effect was also taken from there. +* The firework effect was heavily inspired (aka copied) from + https://gist.github.com/kriegsman/68929cbd1d6de4535b20 +* The sines effect is based upon + https://github.com/atuline/FastLED-Demos/blob/master/sinelon/sinelon.ino