Open loiccoyle opened 6 months ago
Is the busy check for the epd2in13bc inverted?
busy
epd2in13bc
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
Actually the ReadBusy check for a lot of the displays is inconsistent, is this intentional?
ReadBusy
Is the
busy
check for theepd2in13bc
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