RobPo / Paperino

E-Paper display library for the Particle & Arduino family.
https://robpo.github.io/Paperino/
BSD 3-Clause "New" or "Revised" License
37 stars 6 forks source link

Random startup problems during initialisation #2

Closed JohnnyKaramello closed 7 years ago

JohnnyKaramello commented 7 years ago

display sometimes does not update, unplugging and restarting usually helps

RobPo commented 7 years ago

I think this has to do with the busy pin during the ic driver initialisation; which can be undefined during the hardware reset ... the function waitForBusyIncative() then waits eternally. Lets try the new code lines. If it's OK then it will flow in the upcoming release and we can close the issue...

RobPo commented 7 years ago

Btw, display not updating is not good!

RobPo commented 7 years ago

Should be fixed with recent update (using pull request next time).