So, looks good for now.

This commit is contained in:
Remy Moll
2020-10-13 21:59:07 +02:00
parent 377afd55fa
commit 847e8205d7
2 changed files with 3 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ class UnicornHat(object):
def set_brightness(self, b):
"""Set the display brightness between 0.0 and 1.0.
:param b: Brightness from 0.0 to 1.0 (default 0.5)
:param b: Brightness from 0.0 to 1.0 (default 1)
"""
self.brightness = b