feat: add ES3C28P (2.8" IPS ESP32-S3) board support#2178
Merged
Conversation
Open
Merged
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.
Proposed Changes
Add board support for the ES3C28P — a 2.8" IPS ESP32-S3 Display Module manufactured by ShenZhen QDtech (sold on LCDWIKI/AliExpress).
This is a low-cost (~$15) ESP32-S3 dev board with a rich feature set that makes it a great candidate for Bruce:
Files added:
boards/ES3C28P/pins_arduino.h— pin mappings & TFT_eSPI configboards/ES3C28P/interface.cpp— touch driver, ES8311 codec init, battery reading, input handlerboards/ES3C28P/ES3C28P.ini— PlatformIO environment configboards/ES3C28P/partitions_16Mb.csv— board-specific partition table (usesfactorysubtype instead ofota_0to avoid boot crash on this chip)boards/_boards_json/ES3C28P.json— PlatformIO board definitionplatformio.ini— one-line addition (commented out env entry)No shared files were modified beyond the one-line
platformio.iniaddition. The board uses its own partition table to avoid affecting other boards.Types of Changes
New Feature — adds support for a new hardware platform.
Verification
Flash the
ES3C28Penvironment to the board and verify:Testing
Tested on physical hardware. All features listed above confirmed working.
User-Facing Change