You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This appears to be a problem with several modules due to importing the RPi.GPIO module directly from the module. See this example in the 2in13d version
Commenting out the import RPi.GPIO line resolves this.
The following modules appear to be impacted by this:
epd2in13d
epd2in9d
epd4in01f
epd4in2_V2
import logging
from . import epdconfig
from PIL import Image
# the following line is causing this.
import RPi.GPIO as GPIO
# Display resolution
EPD_WIDTH = 104
EPD_HEIGHT = 212
硬件环境:树莓派4B
屏幕:7.5inch e-Paper HAT版本
系统环境:Linux raspberrypi 6.1.0-rpi6-rpi-v8
Python环境:Python 3.11.2
运行e-Paper的epd_7in5b_V2_test.py,报错:Could not determine Jetson model
原本报错Can't find Jetson.GPIO model,pip安装Jetson.GPIO后又报错:Could not determine Jetson model
The text was updated successfully, but these errors were encountered: