Closed makermelissa closed 3 years ago
yah it can use the adafruit_framebuf for sure, look at the nokia LCD library for the light wrapper
Presuming you were referring to Adafruit_CircuitPython_PCD8544. Yeah, that would probably be a good strategy.
I have a micropython driver for this (well, very similar, anyways) display: https://bitbucket.org/thesheep/micropython-oled/src/default/uc1701x_spi.py
This LCD (https://www.adafruit.com/product/250) is supposed to work fine with 3V logic, so I think it should work fine with CircuitPython. After looking at the Arduino code for this LCD, it looks like it should probably have its own CP library as it's quite different than how most of the other LCDs work.