{{ message }}
esp32/boards: Add support for the Waveshare ESP32-C6-Touch-LCD-1.47. - #19690
Open
mattytrentini wants to merge 1 commit into
Open
mattytrentini wants to merge 1 commit into
mattytrentini wants to merge 1 commit into
Conversation
Signed-off-by: Matt Trentini <matt.trentini@gmail.com>
mattytrentini
force-pushed
the
waveshare-esp32-c6-touch-lcd-147
branch
from
September 9, 2026 09:22
5595d5c to
f61ca0e
Compare
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.

Summary
Adds an ESP32 port board definition for the Waveshare ESP32-C6-Touch-LCD-1.47.
The board definition configures:
GPIO12 and GPIO13 are intentionally not exposed as aliases because they are reserved by the ESP32-C6 native USB Serial/JTAG peripheral.
It's also worth noting that I've published the micropython-waveshare-esp32c6-touch-lcd-147-apps repository that provides some example apps. Using mip to install the apps also includes installing drivers for the display, cap touch sensor and IMU; I think it's a good quickstart to begin using the device .
Testing
Tested with:
The resulting firmware was also flashed to hardware successfully, and the native USB REPL plus default I2C bus were verified.
Trade-offs and Alternatives
ESP32_GENERIC_C6could be used but the flash is incorrect. The additional pin alias' are handy too.Generative AI
I used generative AI tools when creating this PR, but a human has checked the
code and is responsible for the code and the description above.