mcauser / micropython-waveshare-epaper

MicroPython drivers for Waveshare e-paper modules
MIT License
310 stars 79 forks source link

Broken with current micropython >= 1.9 #1

Open macrojames opened 6 years ago

macrojames commented 6 years ago

Pin methods were renamed from high/low to on/off on some ports.

AttributeError: 'Pin' object has no attribute 'low'

Release 1.9

macrojames commented 6 years ago

I correct:

  • replace deprecated Pin.high()/low() methods with .call(1/0)
chevdor commented 6 years ago

I included a fix to that (amongst a few others) for the 2in9b e-paper display in https://github.com/chevdor/eink