Hello,
I am using the following code to bring my Inkplate 13Spectra into deepsleep mode after displaying an image:
machine.deepsleep(sleep_seconds * 1000)
This seems to work fine, since the display indeed does wake up after given seconds. However, the tiny blue LED next to the Power On button is lit up while it is in deep sleep mode, which I’m dubious about, since I would expect it to turn off to conserve power. Should I use a different method for sleeping until next wake up? Or is this normal, and can the board still achieve the advertised ~14 microamp power draw with the LED being on?