From 0d182470115254b99a1fc80a1e236e0701f8e3a7 Mon Sep 17 00:00:00 2001 From: Hel Gibbons Date: Fri, 13 Sep 2024 16:41:16 +0100 Subject: [PATCH] Update simple_menu.py --- examples/simple_menu.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/simple_menu.py b/examples/simple_menu.py index 5219f2f..3577e53 100644 --- a/examples/simple_menu.py +++ b/examples/simple_menu.py @@ -1,6 +1,5 @@ import time from picographics import PicoGraphics, DISPLAY_EXPLORER, PEN_RGB565 -from pimoroni import RGBLED from machine import Pin button_a = Pin(16, Pin.IN, Pin.PULL_UP)