[mipi_dsi] Add JC8012P4A1-V2 as model#17457
Open
rayz90 wants to merge 1 commit into
Open
Conversation
Contributor
|
To use the changes from this PR as an external component, add the following to your ESPHome configuration YAML file: external_components:
- source: github://pr#17457
components: [mipi_dsi]
refresh: 1h(Added by the PR bot) |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #17457 +/- ##
==========================================
+ Coverage 85.65% 85.68% +0.02%
==========================================
Files 59 59
Lines 13654 13659 +5
Branches 2053 2054 +1
==========================================
+ Hits 11696 11704 +8
+ Misses 1653 1651 -2
+ Partials 305 304 -1 🚀 New features to boost your workflow:
|
This was referenced Jul 8, 2026
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.
What does this implement/fix?
Added a JC8012P4A1-V2 model for the MIPI DSI display driver. Some newer units (sold under modelnumber JC8012P4A1 and JC8012P4A1C_I_W_Y) are shipped with a different LCD panel, but still use the same driver chip. I extracted the timings and init sequence from the reference driver.
With the current information, it looks like the devices with a batch number of 2624 or higher have the new LCD panel.
Picture of the screen with the new settings

Types of changes
Related issue or feature (if applicable):
Pull request in esphome.io with documentation (if applicable):
Test Environment
Example entry for
config.yaml:Checklist:
tests/folder).If user exposed functionality or configuration variables are added/changed: