Correct comment for backlight button functionality

pull/793/head
Angus Logan 2023-06-23 20:22:18 +01:00
rodzic 0a0b72701e
commit d25c6953d0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -189,7 +189,7 @@ temperature, pressure, humidity, gas, status, _, _ = bme.read()
time.sleep(0.5)
while True:
# turn off the backlight with A and turn it back on with B
# turn on the backlight with A and turn it back off with B
# switch between sensor and equaliser mode with X and Y
if button_a.is_pressed:
display.set_backlight(BRIGHTNESS)