Skip to content

Commit df156df

Browse files
authored
Merge pull request #1625 from dborne/patch-1
fix colorwheel location
2 parents a68a5c2 + 134f3b6 commit df156df

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)