fix colorwheel location

Apparently _pixelbuf no longer has colorwheel in it (https://github.com/adafruit/circuitpython/issues/4992). But it does live in the builtin rainbowio lib,
This commit is contained in:
Dave Borne 2021-07-22 14:22:08 -05:00 committed by GitHub
parent a68a5c2108
commit 134f3b6e10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ import digitalio
import rotaryio
import neopixel
import keypad
from _pixelbuf import colorwheel
from rainbowio import colorwheel
key_pins = (board.KEY1, board.KEY2, board.KEY3, board.KEY4, board.KEY5, board.KEY6,