Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By colinodowd
#83828 Hi,

I am attempting to follow these instructions to connect my ESP2866 with the FeatherWing OLED: https://learn.adafruit.com/adafruit-ole ... thon-setup

"Before continuing make sure your board's lib folder or root filesystem has the adafruit_ssd1306.mpy, adafruit_bus_device and adafruit_framebuf files and folders copied over."

I have used ampy to transfer adafruit_ssd1306.mpy, adafruit_bus_device and adafruit_framebuf files from the CircuitPython 5.0x lib folder: https://circuitpython.org/libraries

I can use ampy ls to see that all of these files are loaded onto the ESP8266.

When I use Putty to import the libraries, I get an error saying incompatible .mpy file which points to the ss1306.mpy file.

Any help would be appreciated.