Skip to content

Conversation

@natheihei
Copy link

@natheihei natheihei commented Oct 24, 2025

Adds a new board for Waveshare ESP32 S3 Touch LCD 1.47. The implementation is based on the official Waveshare documentation on the board ESP32-S3-Touch-LCD-1.47.

The display driver is a new model JD9853, and the init sequence is ported from Waveshare's Arduino example.

The pin assignment follows the pin definition from Waveshare Wiki.

image

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.

Definition looks fine to me. Please request a new PID from Espressif for the touch variant instead of using the UF2 PID. Thanks!

@@ -0,0 +1,14 @@
USB_VID = 0x303A
USB_PID = 0x828C
Copy link
Member

Choose a reason for hiding this comment

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

This looks like the UF2 bootloader PID. Please request a new set for this board.

https://github.com/espressif/usb-pids/blob/fe9a626f668d4d2de8cc93584fa7c9e31940a46d/allocated-pids.txt#L660C13-L660C43

Copy link
Author

Choose a reason for hiding this comment

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

Thanks @tannewt for the pointer! https://github.com/espressif/usb-pids/blob/main/allocated-pids.txt#L813C3-L813C7, got a new set of PIDs and updated the PR here with the assigned value.

Thanks!

@natheihei natheihei force-pushed the esp32s3_touch_lcd_147 branch from 42e2cdb to b076e08 Compare October 25, 2025 04:47
@natheihei natheihei requested a review from tannewt October 25, 2025 04:50
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.

Thank you!

@tannewt tannewt merged commit 9f2fed5 into adafruit:main Oct 27, 2025
16 checks passed
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