Skip to content

Commit d1cf165

Browse files
cleanup and extend readme
1 parent 7670e24 commit d1cf165

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,13 @@ See platformio.ini for details, should be handled automatically.
4848

4949
- https://github.com/me-no-dev/ESPAsyncWebServer : Can't recommend it enough, crazy how easy it can be. Way better than the native Webserver, try it yourself!
5050
- https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA : Powerful, but complex. Read Readme thoroughly.
51+
- https://github.com/FastLED/FastLED : *The* standard for high performance RGB pixel pushing. Low level, great control, great library!
52+
- https://github.com/adafruit/Adafruit-GFX-Library : Base library for many complex UI libraries. Simple and high level, good for fast solutions.
5153
- https://github.com/tzapu/WiFiManager : Great solution for semi-automatic WiFi login. Step aside hard-coded credentials!
54+
- https://github.com/bblanchon/ArduinoJson : Great library to parse JSON files. Not javascript, but simple enough and allegedly better performing than stdlib solution.
5255
- https://github.com/marian-craciunescu/ESP32Ping@^1.6 : Simple tool, does what it says. Somewhat unstable.
53-
- https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot : Great idea, sadly pretty unstable and performance-hungry. Deactivated for now.
54-
- https://github.com/PowerBroker2/SafeString : Midway between safe, but crazy complex c-arrays and easy, but unstable and expensive Arduino-Strings. Somewhat unusual documentation/environment, but responsive author. No library-integrations yet, so deactivated for now.
56+
- ~~https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot : Great idea, sadly pretty unstable and performance-hungry.~~
57+
- ~~https://github.com/PowerBroker2/SafeString : Midway between safe, but crazy complex c-arrays and easy, but unstable and expensive Arduino-Strings. Somewhat unusual documentation/environment, but responsive author. No library-integrations.~~
5558

5659
## References
5760
These were useful while refining the concept, check them out as well if you are still shopping around:
@@ -69,7 +72,6 @@ These were useful while refining the concept, check them out as well if you are
6972
1. https://github.com/witnessmenow/ESP8266-Led-Matrix-Web-Draw
7073
1. https://arduinojson.org/v6/assistant/
7174
1. All the examples of the libraries mentioned above
72-
1.
7375

7476
\* Great guy, love him like myself.
7577

0 commit comments

Comments
 (0)