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.
1 parent bcf34bc commit dadd935Copy full SHA for dadd935
adafruit_slideshow.py
@@ -298,7 +298,7 @@ def _reorder_slides(self) -> None:
298
299
def _set_backlight(self, brightness: float) -> None:
300
if self._backlight_pwm:
301
- full_brightness = 2 ** 16 - 1
+ full_brightness = 2**16 - 1
302
self._backlight_pwm.duty_cycle = int(full_brightness * brightness)
303
else:
304
try:
0 commit comments