Unverified Commit 1d4e6a57 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

README: remove homepage link; README is more up-to-date

parent 8a4a8a3f
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
# ESP8266 Lua/NodeMCU framebuffer + module for SSD1306 OLEDs

[esp8266-nodemcu-ssd1306](https://finalrewind.org/projects/esp8266-nodemcu-ssd1306/)
provides an ESP8266 NodeMCU Lua module (`ssd1306.lua`), framebuffer
(`framebuffer.lua`) and fonts (`pixeloperator.lua`, `terminus16.lua`) for
128×64 and 128×32 **SSD1306** OLEDs connected via I²2C.
This repository provides an ESP8266 NodeMCU Lua module (`ssd1306.lua`),
framebuffer (`framebuffer.lua`) and fonts (`pixeloperator.lua`,
`terminus16.lua`) for 128×64 and 128×32 **SSD1306** OLEDs connected via I²2C.

## Dependencies

@@ -64,7 +63,7 @@ You may need to adjust the `/dev/tty` device name.

## References

Mirrors of the esp8266-nodemcu-ssd1306 repository are maintained at the following locations:
Mirrors of this repository are maintained at the following locations:

* [Chaosdorf](https://chaosdorf.de/git/derf/esp8266-nodemcu-ssd1306)
* [Finalrewind](https://git.finalrewind.org/derf/esp8266-nodemcu-ssd1306)