Skip to content
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

Adding support for LILYGO T-Display S3 #424

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rgrizzell
Copy link

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.TXT

TinyUF2 Bootloader 0.20.1-25-g46de518 - tinyusb (0.16.0-1090-g3eea46056)
Model: LILYGO T-Display S3
Board-ID: ESP32S3-T-Display-S3
Date: Dec 30 2024
Flash Size: 0x00200000 bytes

The INDEX.HTM file working as intended.

<!doctype html>
<html><body><script>
location.replace("https://github.com/Xinyuan-LilyGO/T-Display-S3");
</script></body></html>

I then copied the CircuitPython 9.2.1 UF2 build for the T-Display S3 to the test device and it started up.

Adafruit CircuitPython 9.2.1 on 2024-11-20; LILYGO T-DISPLAY S3 v1.2 with ESP32S3
Board ID:lilygo_tdisplay_s3

Pressing the RESET button and then BUTTON0 puts it back into the UF2 bootloader.

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.

1 participant