We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7133536 commit 501d92cCopy full SHA for 501d92c
examples/macropad_tone_keypad_extended.py
@@ -28,6 +28,7 @@
28
# be the index of the currently playing note.
29
playing_index = None
30
31
+
32
# Helper to convert an integer to an rgb value.
33
def rgb_from_int(rgb):
34
blue = rgb & 255
0 commit comments