diff --git a/adafruit_is31fl3731.py b/adafruit_is31fl3731.py index 82b46c8..932a9c2 100644 --- a/adafruit_is31fl3731.py +++ b/adafruit_is31fl3731.py @@ -219,7 +219,7 @@ def frame(self, frame=None, show=True): Set the current frame :param frame: frame number; 0-7 or None. If None function returns current frame - :param show: True to show the frame; False to don't force a show + :param show: True to show the frame; False to not show. """ if frame is None: return self._frame @@ -302,7 +302,7 @@ def pixel_addr(x, y): #pylint: disable-msg=too-many-arguments def pixel(self, x, y, color=None, blink=None, frame=None): """ - Set blink or brightness for an x,y pixel + Blink or brightness for x-, y-pixel :param x: horizontal pixel position :param y: vertical pixel position