-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correct GPIO pins for T3-S3-Amoled Plus #87
Comments
That is the picture that I mentioned, it does not work with either of the two T-display Amoled Pluses that I have. The description says that it uses a QSPI but the picture above does not say what the four data pins are. The picture is similar to the regular Amoled display (non-plus) and those work with the pins in my original post. I also tried setting the enable to pin 9 instead of 38 but that did not work. |
amoled plus is a driver for the SPI interface, not QSPI. QSPI is only 1.91 amoled, not amoled plus. esphome currently does not seem to have an adapter for amoled plus |
Thanks, I will report this to sales |
This issue is stale because it has been open for 30 days with no activity. |
I am having problems get the correct pins for the QSPI and Display. I set per the picture showing the pins but display remains blank.
spi:
id: quad_spi
type: quad
clk_pin: 47
data_pins: [18, 7, 48, 5]
i2c:
sda: 3
scl: 2
display:
cs_pin: 6
reset_pin: 17
enable_pin: 38
I am using ESPHome and have several of the Non-Plus versions that work correctly.
Do you have a list that shows the correct pins for the Amoled Plus?
The text was updated successfully, but these errors were encountered: