Skip to content

Commit 81dd0a9

Browse files
committed
Merge master
2 parents 75fb0e9 + 4548c4a commit 81dd0a9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ esp8266-oled-ssd1306 [![Build Status](https://travis-ci.org/squix78/esp8266-oled
22
============
33

44
This is a driver for the SSD1306 based 128x64 pixel OLED display running on the Arduino/ESP8266 platform.
5+
Can be used with either the I2C or SPI version of the display
56

67
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.
78

@@ -333,3 +334,9 @@ This frame demonstrates the text alignment. The coordinates in the frame show re
333334
![DemoFrame4](https://github.com/squix78/esp8266-oled-ssd1306/raw/master/resources/DemoFrame4.jpg)
334335
335336
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.
337+
338+
### SPI version
339+
340+
![SPIVersion](https://github.com/neptune2/esp8266-oled-ssd1306/raw/master/resources/SPI_version.jpg)
341+
342+
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 KB
Loading

0 commit comments

Comments
 (0)