Skip to content

Commit d25c695

Browse files
committed
Correct comment for backlight button functionality
1 parent 0a0b727 commit d25c695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micropython/examples/pico_enviro/enviro_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def draw_hist(results_array):
189189
time.sleep(0.5)
190190

191191
while True:
192-
# turn off the backlight with A and turn it back on with B
192+
# turn on the backlight with A and turn it back off with B
193193
# switch between sensor and equaliser mode with X and Y
194194
if button_a.is_pressed:
195195
display.set_backlight(BRIGHTNESS)

0 commit comments

Comments
 (0)