Hello I am getting a warning when I run my script. I seems to only get it when I am creating a Miniscreen instance.
RuntimeError: Please set pin numbering mode using GPIO.setmode(GPIO.BOARD) or GPIO.setmode(GPIO.BCM)
I have tried importing the GPIO and setting them as well as turning off the warnings with
GPIO.setwarnings(False)
Thanks in advance. I am a teacher and hate to just tell my students to ignore certain warnings.