micropython-waveshare-epaper icon indicating copy to clipboard operation
micropython-waveshare-epaper copied to clipboard

Broken with current micropython >= 1.9

Open macrojames opened this issue 6 years ago • 2 comments

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

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

Release 1.9

macrojames avatar Apr 23 '18 11:04 macrojames

I correct:

  • replace deprecated Pin.high()/low() methods with .call(1/0)

macrojames avatar Apr 23 '18 12:04 macrojames

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

chevdor avatar May 21 '18 10:05 chevdor