adafruit / adafruit/Adafruit_CircuitPython_SSD1327

raise ValueError

Open
#19 1 comment 1 reaction 0 assignees View on GitHub
question
Dominant language
Python
Stars
6
Forks
6
PR merge metrics
No merged PRs in 30d

Description

I have some problem running this code on jetson nano:raise ValueError(
ValueError: No Hardware SPI on (SCLK, MOSI, MISO)=(GEN2_I2C_SCL, GEN2_I2C_SDA, None)
Valid SPI ports:((0, SPI1_SCK, SPI1_MOSI, SPI1_MISO), (1, SPI2_SCK, SPI2_MOSI, SPI2_MISO))
I'll be very thankful to the one who tells me how to solve it?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the reported error on a Jetson Nano and compare the requested GEN2_I2C_SCL/GEN2_I2C_SDA pins with the valid SPI ports listed in the issue. Done means identifying a supported configuration or documenting why this hardware setup cannot initialize the driver without the ValueError.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
embedded-iot
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.