- fix order for ws28xx

This commit is contained in:
Andrey Viktorov
2021-03-24 08:09:09 +03:00
parent 9e73191a91
commit 124ef36564
5 changed files with 30 additions and 19 deletions

View File

@@ -77,4 +77,5 @@ REMOVE_CONFIG = [
'sensor',
'smooth',
]
RGB_COMBINATIONS = [''.join(x) for x in permutations('rgb')]
RGB_COMBINATIONS = [''.join(x) for x in permutations('rgb')]
RGB = 'rgb'