winneymj / CircuitPython_SH1106

MIT License
2 stars 2 forks source link

Micrpython libaries are referenced #2

Open werpu opened 11 months ago

werpu commented 11 months ago

Hi I tried to run the driver and ran into the issue that it seems to reference the framebuf library from Micropython. Not all circuitpython builds have that library available (mine definitely not) hence I am getting an error when I try to use your library. There seems to be some replacement for the framebuf library in the circuitpython library bundle: adafruit_framebuf.mpy

escfoe2 commented 2 months ago

Same problem. Adding adafruit_framebuf.mpy to the lib does not solve the error, so it must mean this library is using a different version of framebuf. Very unfortunate. Really needed this library.