adafruit / Adafruit_CircuitPython_EPD

e paper driver for circuit python
MIT License
41 stars 19 forks source link

Big refactor to match arduino logic separation #9

Closed ladyada closed 5 years ago

ladyada commented 5 years ago

this also made it possible to add more displays, now has 2.7" tricolor support!

deshipu commented 5 years ago

Tested with the https://www.adafruit.com/product/3625 and a Feather M0 Basic on the CP4.0beta6 with the simpletest: IMG_20190331_224516

anecdata commented 5 years ago

Tested successfully with Feather M4 & FeatherWing EPD on the CP4.0beta6 with simpletest modified: D9 & D10 are swapped, and srcs = None, rst = None, and busy = None and with updated (yesterday) framebuf from ladyada/Adafruit_CircuitPython_framebuf

Screen Shot 2019-03-31 at 5 52 44 PM
ladyada commented 5 years ago

yah almost done!

makermelissa commented 5 years ago

Want me to bump?