pimoroni / grow-python

Python libs for controlling the Grow HATs
MIT License
55 stars 44 forks source link

Display always on #16

Open MikLang opened 2 years ago

MikLang commented 2 years ago

The display on my growhat mini stays always on, even after shutting down the Raspberry Pi. I need to manually disconnect the power to switch it off. Is this normal?

Gadgetoid commented 2 years ago

This is- somewhat- normal.. The Python examples should probably incorporate an atexit handler that clears and turns off the display. Easily missed when you're running the thing 24/7 to program it 😬