Skip to content

Commit 134f3b6

Browse files
authored
fix colorwheel location
Apparently _pixelbuf no longer has colorwheel in it (adafruit/circuitpython#4992). But it does live in the builtin rainbowio lib,
1 parent a68a5c2 commit 134f3b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Adafruit_MacroPad/MacroPad/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import rotaryio
55
import neopixel
66
import keypad
7-
from _pixelbuf import colorwheel
7+
from rainbowio import colorwheel
88

99

1010
key_pins = (board.KEY1, board.KEY2, board.KEY3, board.KEY4, board.KEY5, board.KEY6,

0 commit comments

Comments
 (0)