From 5589808233266e48af459bb0f9cd2aa199e01491 Mon Sep 17 00:00:00 2001 From: FWeinb <fabrice@weinberg.me> Date: Sun, 5 Jun 2016 18:25:43 +0200 Subject: [PATCH] Add note about recent 3.0.0 update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 232772a..ae25e17 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ esp8266-oled-ssd1306 [](https://travis-ci.org/squix78/esp8266-oled-ssd1306) ============ +> We just released version 3.0.0. Please have at our [upgrade guide](UPGRADE-3.0.md) + This is a driver for the SSD1306 based 128x64 pixel OLED display running on the Arduino/ESP8266 platform. Can be used with either the I2C or SPI version of the display -- GitLab