e-Paper icon indicating copy to clipboard operation
e-Paper copied to clipboard

remove unneeded import

Open txoof opened this issue 7 months ago • 0 comments

This PR resolves issue #313 by removing unneeded imports.

The current implementation is importing RPi.GPIO; this is not necessary as this is done in epdconfig.py and is now managed by gpiozero instead of RPI.GPIO.

txoof avatar Jan 07 '24 09:01 txoof