From 5fe3cea0e6744d804020ebfdfd4e818792a3913e Mon Sep 17 00:00:00 2001 From: Iain Bennett <66146682+mathan416@users.noreply.github.com> Date: Fri, 25 Oct 2024 19:20:35 -0400 Subject: [PATCH] Update code.py Fix for latest version of CircuitPython and Adafruit libraries --- code.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code.py b/code.py index 3aac080..a6fd09e 100644 --- a/code.py +++ b/code.py @@ -67,7 +67,8 @@ anchor_point=(0.5, 0.0) )) -macropad.display.show(group) +# no longer required for recent versions of CircuitPython and AdaFruit libraries +#macropad.display.show(group) last_position = None last_encoder_switch = None