-->
Page 1 of 1

Connect ESP2866 with the FeatherWing OLED

PostPosted: Wed Sep 18, 2019 7:22 pm
by colinodowd
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 got ampy up and running and am now able to import all 3 of the files onto the ESP8266 board. In putty, I am able to import the adafruit_framebuf and adafruit_bus_device libraries but when I try to import the adafruit_ssd1306.mpy I get a message saying incomaptible .mpy file. I can see that the .mpy is on the board through the ampy ls command. Any ideas?