Skip to content

Add Lilygo tqt pro, with and without PSRAM #10131

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

Merged
merged 2 commits into from
Mar 17, 2025

Conversation

Neradoc
Copy link

@Neradoc Neradoc commented Mar 14, 2025

There are two variants of the Lilygo T-QT Pro. I only own one but the difference is the ram/flash setup, like the QT PY S3 (N8 and N4R2 version). It has a display, and no status LED.

I used the VID/PID requested by @tyeth who didn't get to adding the board at the time, sharing the PID between the two variants, if that's OK.
I also sneaked the change of a couple of uses of #ifdef CIRCUITPY_STATUS_LED which should be #if.

The pin names simply match the names used on the pinout card (which are the chip's pin numbers).
board.LCD_SPI() is the display's SPI.
board.I2C() and board.STEMMA_I2C() are the STEMMA QT connector.

PID: espressif/usb-pids#80
Product page: https://lilygo.cc/products/t-qt-pro
Github page: https://github.com/Xinyuan-LilyGO/T-QT

Note that the non-pro are no longer available on Lilygo's site, but should be compatible with this.

Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, thanks!

@tannewt tannewt merged commit 04e6363 into adafruit:main Mar 17, 2025
609 checks passed
@Neradoc Neradoc deleted the add-lilygo-tqt-pro branch March 22, 2025 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants