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 Waveshare ESP32-S3-Touch-LCD-1.85 #115

Merged
merged 1 commit into from
Oct 26, 2024

Conversation

martinroger
Copy link
Contributor

@martinroger martinroger commented Oct 25, 2024

This should contain all the necessary changes to add support for the touch version of the 1.85in touch LCD ESP32S3 module from Waveshare.

Copy link
Collaborator

@Lzw655 Lzw655 left a comment

Choose a reason for hiding this comment

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

Fantastic, a very good update, thank you so much for your contribution. Apart from the comments below, I have just two suggestions:

  1. Since the repository uses pre-commit to check code standards, please install and run pre-commit after completing all modifications by following the command below.
Install: pip3 install pre-commit && pre-commit install
Run: pre-commit run --all-files

Then, review the changes automatically generated by pre-commit and, if everything looks good, simply save them. You can see the GitHub Action results for the pre-commit check.

image

  1. Squash all commits in the PR into a single commit.

ESP_Panel_Board_Supported.h Outdated Show resolved Hide resolved
src/ESP_PanelVersions.h Outdated Show resolved Hide resolved
src/board/waveshare/ESP32_S3_Touch_LCD_1.85.h Outdated Show resolved Hide resolved
src/board/ESP_PanelBoard.h Outdated Show resolved Hide resolved
Todo:
- Doc files
- README
- PanelVersions
- CHANGELOG

Update Board_Instructions.md

Update README.md

Update README_CN.md

Update ESP_PanelVersions.h

Update CHANGELOG.md

Update src/board/ESP_PanelBoard.h

Co-authored-by: Zhongwei Liu <[email protected]>

Suggested updates

Pre-commit success
@martinroger
Copy link
Contributor Author

Alright, I think I managed to make it all as intended, including the squashing (not my forte). Let's go for a second round ?

@Lzw655
Copy link
Collaborator

Lzw655 commented Oct 26, 2024

Thank you for your revisions. It’s now a perfect PR. Let’s merge it!

@Lzw655 Lzw655 merged commit 3f6322b into esp-arduino-libs:master Oct 26, 2024
3 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.

Waveshare round 1.85 ESP32S3 LCD : failure to initialise touch
2 participants