micropython-ssd1306
micropython-ssd1306 copied to clipboard
Fix broken link to Adafruit tutorial in README
The Adafruit link in the README points to a missing page, this replaces it with a current version of the Python/CircuitPython tutorial for SSD1306.
I couldn't find even a WaybackMachine version of the link currently in the README, but this new link points to the Python & CircuitPython page from Adafruit with sample code showing how to use the ssd1306
driver.
P.S. thanks for writing this library!