From 27f6fe52003488bd7edcece33f95a35238e7ff09 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Wed, 22 Jul 2015 17:23:28 +0300 Subject: [PATCH] Add line missing after rebase --- hardware/esp8266com/esp8266/doc/reference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware/esp8266com/esp8266/doc/reference.md b/hardware/esp8266com/esp8266/doc/reference.md index f4659412c4..5e3b344493 100644 --- a/hardware/esp8266com/esp8266/doc/reference.md +++ b/hardware/esp8266com/esp8266/doc/reference.md @@ -205,3 +205,4 @@ Libraries that don't rely on low-level access to AVR registers should work well. - [PubSubClient](https://github.com/Imroy/pubsubclient) MQTT library by @Imroy. - [RTC](https://github.com/Makuna/Rtc) - Arduino Library for Ds1307 & Ds3231 compatible with ESP8266. - [Souliss, Smart Home](https://github.com/souliss/souliss) - Framework for Smart Home based on Arduino, Android and openHAB. +- [ST7735](https://github.com/nzmichaelh/Adafruit-ST7735-Library) - Adafruit's ST7735 library modified to be compatible with ESP8266. Just make sure to modify the pins in the examples as they are still AVR specific.