Skip to content
Snippets Groups Projects
Commit 81dd0a94 authored by Fabrice Weinberg's avatar Fabrice Weinberg
Browse files

Merge master

parents 75fb0e97 4548c4a1
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ esp8266-oled-ssd1306 [![Build Status](https://travis-ci.org/squix78/esp8266-oled
============
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
You can either download this library as a zip file and unpack it to your Arduino/libraries folder or (once it has been added) choose it from the Arduino library manager.
......@@ -333,3 +334,9 @@ This frame demonstrates the text alignment. The coordinates in the frame show re
![DemoFrame4](https://github.com/squix78/esp8266-oled-ssd1306/raw/master/resources/DemoFrame4.jpg)
This shows how to use define a maximum width after which the driver automatically wraps a word to the next line. This comes in very handy if you have longer texts to display.
### SPI version
![SPIVersion](https://github.com/neptune2/esp8266-oled-ssd1306/raw/master/resources/SPI_version.jpg)
This shows the code working on the SPI version of the display. See demo code for ESP8266 pins used.
resources/SPI_version.jpg

26.3 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment