micropython-ssd1306 icon indicating copy to clipboard operation
micropython-ssd1306 copied to clipboard

This package now obsoleted, as upip has gone away

Open scruss opened this issue 2 years ago • 0 comments

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!

scruss avatar Feb 22 '23 19:02 scruss