diff --git a/ws2812b.py b/ws2812b.py index 09a3820..4d85129 100644 --- a/ws2812b.py +++ b/ws2812b.py @@ -67,7 +67,7 @@ class ws2812b: self.pixels[pixel_num] = blue | red << 8 | green << 16 - # rotate x pixels to te left + # rotate x pixels to the left def rotate_left(self, num_of_pixels): if num_of_pixels == None: num_of_pixels = 1