-
Notifications
You must be signed in to change notification settings - Fork 88
Libraries support
jayzakk edited this page Aug 12, 2020
·
21 revisions
Due to different timings and features, not all hardware related libraries work out-of-the-box.
Some already got fixes, which need to get their way into release versions. Some don't ;)
If you want to get a library listed, know the working state, or even already submitted PRs and have a working version, please open an issue and we'll update the page.
| Name | Device | Interface | Known working | Alternative | Description/Information |
|---|---|---|---|---|---|
| Adafruit GFX | ST7735 LCD | SPI | ⭕ : 1.9.0 | ✅ https://github.com/jayzakk/Adafruit-GFX-Library/tree/lgt8-support | PR submitted |
| ADAFRUIT SSD1306 | OLED displays | I2C | ✅ 2.2.1 | just works | |
| Ethernet | W5500/W5100 | SPI | ❔ 2.0.0 | checking soon | |
| Ethernet2 | W5500 | SPI | ❔ 1.0.4 | checking soon | |
| FastLED | LED Stripes | Bit-Bang | ⭕ : 3.3.3 | ✅ https://github.com/jayzakk/FastLED/tree/lgt8f-support | PR submitted |
| Light_WS2812 | LED Stripes | Bit-Bang | ✅ > 2.4 | PR by jg1uaa | |
| TFT | ST7735 LCD | SPI | ✅ TFT 1.0.6 GFX 1.5.18 |
TFT.h uses older Adafruit GFX code, with compatible SPIcode |