SolderedElectronics / Inkplate-Arduino-library

Inkplate family Arduino library. The easiest way to add e-paper to your project.
https://inkplate.readthedocs.io/en/latest/arduino.html
GNU Lesser General Public License v3.0
250 stars 78 forks source link

Add Ability to Turn Off Blue Power LED #220

Closed leoherzog closed 8 months ago

leoherzog commented 1 year ago

Please add a Inkplate.setPowerLED() function so we can reduce battery consumption.

rsoric commented 1 year ago

Hi @leoherzog

Some Inkplate models have a switch on the back specifically for this, it should be labeled as "POWER LED" and it allows for the power LED to be turned off. We don't have connections from the microcontroller to that switch so we can't implement it in software. Check the schematic for your particular Inkplate if you wish to add a MOSFET connected to a GPIO pin to turn this on or off. I can help you with any info you might need to do this.

rsoric commented 8 months ago

Closing this issue as there's no more activity.