From e45fba02ae3432dca6f021a377936dd531a3056e Mon Sep 17 00:00:00 2001 From: The-Spirit Date: Mon, 8 Feb 2021 10:41:26 +0100 Subject: [PATCH] Update ws2812b.py --- ws2812b.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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