From 841aaad9ff4721bc5a6dc385198f668ee910434e Mon Sep 17 00:00:00 2001 From: Fabrice Weinberg <Fabrice@weinberg.me> Date: Sun, 24 Jul 2016 17:26:19 +0200 Subject: [PATCH] Add section about projects using this library --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e1e6a1d..a63d4ba 100644 --- a/README.md +++ b/README.md @@ -385,3 +385,9 @@ This shows how to use define a maximum width after which the driver automaticall  This shows the code working on the SPI version of the display. See demo code for ESP8266 pins used. + +## Project using this library + + * [QRCode ESP8266](https://github.com/anunpanya/ESP8266_QRcode) (by @anunpanya) + * [Scan I2C](https://github.com/hallard/Scan-I2C-WiFi) (by @hallard) + * [Weather Station](https://github.com/squix78/esp8266-weather-station) (by @squix) -- GitLab