micropython-ssd1306
micropython-ssd1306 copied to clipboard
This package now obsoleted, as upip has gone away
Since upip has been replaced by mip, and the SSD1306 library is now in micropython-lib, you can now install the current version of this library via:
import mip
mip.install("ssd1306")
Thanks for supporting MicroPython!