We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fff6ff + 2b0c8ae commit 6924c10Copy full SHA for 6924c10
examples/monitor.py
@@ -1135,10 +1135,11 @@ def handle_button(pin):
1135
viewcontroller.update()
1136
1137
if light_level_low and config.get_general().get("black_screen_when_light_low"):
1138
+ display.sleep()
1139
display.display(image_blank.convert("RGB"))
-
1140
else:
1141
viewcontroller.render()
1142
+ display.wake()
1143
display.display(image.convert("RGB"))
1144
1145
config.set_general(
library/setup.cfg
@@ -30,7 +30,7 @@ python_requires = >= 3
30
packages = grow
31
install_requires =
32
ltr559
33
- st7735
+ st7735>=0.0.5
34
pyyaml
35
fonts
36
font-roboto
0 commit comments