waveshareteam / e-Paper

1.26k stars 588 forks source link

[question] `epd2in13bc` `ReadBusy` check inverted? #342

Open loiccoyle opened 2 months ago

loiccoyle commented 2 months ago

Is the busy check for the epd2in13bc inverted?

https://github.com/waveshareteam/e-Paper/blob/bc23f8ee814486edb6a364c802847224e079e523/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epd2in13bc.py#L71

The other displays I've checked look like: https://github.com/waveshareteam/e-Paper/blob/bc23f8ee814486edb6a364c802847224e079e523/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epd2in13b_V4.py#L81

loiccoyle commented 2 months ago

Actually the ReadBusy check for a lot of the displays is inconsistent, is this intentional?