Adding support for LILYGO T-Display S3#424
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
VID/PID allocation: https://github.com/espressif/usb-pids/blob/388e9af066ac0b88342a397c208b0a6c05043a2e/allocated-pids.txt#L328
Display
The display uses a Parallel Bus instead of SPI, so I was not able to get that working with this build. However, I defined the pins and can re-test if support for Parallel Bus is added in the future.
Testing
Build was compiled and flashed using ESP-IDF v5.1.4
Output from
INFO_UF2.TXTThe
INDEX.HTMfile working as intended.I then copied the CircuitPython 9.2.1 UF2 build for the T-Display S3 to the test device and it started up.
Pressing the
RESETbutton and thenBUTTON0puts it back into the UF2 bootloader.