Add Lilygo tqt pro, with and without PSRAM #10131
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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()
andboard.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.