Skip to content

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.

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 ?

@martinroger martinroger requested a review from Lzw655 October 25, 2024 12:12
@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