Search found 3 matches

by nordam
Fri Aug 02, 2019 9:06 pm
Forum: Drivers for External Components
Topic: epaper driver for the Pyboard
Replies: 26
Views: 27320

Re: epaper driver for the Pyboard

Thanks for the help. So if I just connect it to a bunch of pins that can work in general GPIO mode, and connect the SPI pins to the correct ones on the wipy, and then provide the correct pin mapping, and change the code that creates the SPI object, then it should work? I'll be sure to give it a try ...
by nordam
Fri Jul 26, 2019 8:59 pm
Forum: Drivers for External Components
Topic: epaper driver for the Pyboard
Replies: 26
Views: 27320

Re: epaper driver for the Pyboard

I'm looking to use the 2.7 inch epaper display with a wipy 3.0. I guess from the last post here that I should be able to do this if I can provide the correct mapping of pins between the pyboard and the wipy 3.0. I've looked at the pinout description for the wipy here https://docs.pycom.io/datasheets...
by nordam
Sat May 23, 2015 9:37 pm
Forum: Drivers for External Components
Topic: epaper with pyboard
Replies: 1
Views: 4641

epaper with pyboard

I'm interested in using an epaper display from Embedded Artists (the 2.7" variant) with a pyboard. I have found epyper , a library to use it with the Raspberry Pi, but due to limited experience with GPIO and the like I don't find it immediately obvious how to translate the code to use the pyboard in...