Issue with SPI Epaper display / Wemos LoLin32 Lite

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
andreamouraud
Posts: 2
Joined: Wed May 09, 2018 3:30 pm

Issue with SPI Epaper display / Wemos LoLin32 Lite

Post by andreamouraud » Wed May 09, 2018 3:53 pm

Hi,

I've been working with the Wemos LoLin32 Lite and micropython for a week trying to use this SPI display : https://www.waveshare.com/wiki/1.54inch_e-Paper_Module

I managed to succesfully display on it once using this script:
https://github.com/n24bass/ESP8266_Micr ... pd1in54.py

But since then I could not find any way getting it to work again, I've tested lots of different pins to try and get it to work but none worked.

Have someone experienced the same issue or could have an idea on what should I do?

Thanks !

OutoftheBOTS_
Posts: 847
Joined: Mon Nov 20, 2017 10:18 am

Re: Issue with SPI Epaper display / Wemos LoLin32 Lite

Post by OutoftheBOTS_ » Wed May 09, 2018 8:45 pm

Have you tries this driver https://github.com/mcauser/micropython-waveshare-epaper

It was written for pyboard so will need to change the way it handles pins but should be easy to get it to do what you want

andreamouraud
Posts: 2
Joined: Wed May 09, 2018 3:30 pm

Re: Issue with SPI Epaper display / Wemos LoLin32 Lite

Post by andreamouraud » Thu May 10, 2018 8:41 am

I did, I've actually tested all the different drivers I could find but unsuccessfully

User avatar
deshipu
Posts: 1388
Joined: Thu May 28, 2015 5:54 pm

Re: Issue with SPI Epaper display / Wemos LoLin32 Lite

Post by deshipu » Thu May 10, 2018 7:42 pm

It's really hard to give you any advice when all you know is that "you have tried many things".

Post Reply