pimoroni / inky

Combined library for V2/V3 Inky pHAT and Inky wHAT.
https://shop.pimoroni.com/?q=inky
MIT License
575 stars 121 forks source link

Busy Wait error - Line 323/333 #174

Open KRuddPM opened 1 year ago

KRuddPM commented 1 year ago

Had my Inky Impressions working for weeks, and today I've loaded the script up and I'm getting the following error:

/usr/local/lib/python3.9/dist-packages/inky/inky_uc8159.py:323: UserWarning: Busy Wait: Held high. Waiting for 0.20s
  warnings.warn("Busy Wait: Held high. Waiting for {:0.2f}s".format(timeout))
/usr/local/lib/python3.9/dist-packages/inky/inky_uc8159.py:333: UserWarning: Busy Wait: Timed out after 0.20s
  warnings.warn("Busy Wait: Timed out after {:0.2f}s".format(time.time() - t_start))

I have looked through the Issues here, and tried adjusting the timeout on the inky_uc8159.py script, but I still get the same error.

I have the Inky connected directly to the PIs GPIO pins, with no other IO.

Any help would be appreciated.

SamKingDev commented 11 months ago

Did you manage to get anywhere with this?