Skip to content

Commit 2b12d3f

Browse files
authored
Fix BRZO link
1 parent a96e507 commit 2b12d3f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Choose the font family, style and size, check the preview image and if you like
6060

6161
## Hardware Abstraction
6262

63-
The library supports different protocols to access the OLED display. Currently there is support for I2C using the built in Wire.h library, I2C by using the much faster BRZO I2C library [https://github.com/pasko-zh/brzo_i2c] written in assembler and it also supports displays which come with the SPI interface.
63+
The library supports different protocols to access the OLED display. Currently there is support for I2C using the built in Wire.h library, I2C by using the much faster [BRZO I2C library](https://github.com/pasko-zh/brzo_i2c) written in assembler and it also supports displays which come with the SPI interface.
6464

6565
### I2C with Wire.h
6666

@@ -407,8 +407,9 @@ This shows how to use define a maximum width after which the driver automaticall
407407

408408
This shows the code working on the SPI version of the display. See demo code for ESP8266 pins used.
409409

410-
## Project using this library
410+
## Selection of projects using this library
411411

412412
* [QRCode ESP8266](https://github.com/anunpanya/ESP8266_QRcode) (by @anunpanya)
413413
* [Scan I2C](https://github.com/hallard/Scan-I2C-WiFi) (by @hallard)
414-
* [Weather Station](https://github.com/squix78/esp8266-weather-station) (by @squix)
414+
* [ThingPulse Weather Station](https://github.com/ThingPulse/esp8266-weather-station)
415+
* Yours?

0 commit comments

Comments
 (0)