-
-
Notifications
You must be signed in to change notification settings - Fork 2k
[mipi_rgb] Document new display driver #5260
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
base: next
Are you sure you want to change the base?
Conversation
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR documents the new MIPI RGB display driver for ESPHome by creating comprehensive documentation for the mipi_rgb
component and updating related display component documentation to reference the new driver. The documentation provides configuration options, supported boards, and migration guidance from deprecated components.
Key changes:
- Created complete documentation for the new MIPI RGB display driver component
- Added deprecation warnings to three existing display drivers that are being replaced
- Updated the main display index page to include the new MIPI RGB component
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
content/components/display/mipi_rgb.md | New comprehensive documentation for the MIPI RGB display driver |
content/components/display/st7735.md | Updated deprecation warning to reference new MIPI SPI component |
content/components/display/rpi_dpi_rgb.md | Added deprecation warning referencing new MIPI RGB component |
content/components/display/qspi_dbi.md | Added deprecation warning referencing new MIPI SPI component |
content/components/display/ili9xxx.md | Minor formatting fix in deprecation warning |
content/components/display/_index.md | Updated overview text and added references to new MIPI display components |
content/components/_index.md | Added MIPI RGB Displays entry to component index |
✅ Deploy Preview for esphome ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Description:
Document new
mipi_rgb
display driver.Also add deprecation notices to older display drivers replaced by the
mipi_*
series.Related issue (if applicable): fixes
Pull request in esphome with YAML changes (if applicable):
Checklist:
I am merging into
next
because this is new documentation that has a matching pull-request in esphome as linked above.or
I am merging into
current
because this is a fix, change and/or adjustment in the current documentation and is not for a new component or feature.Link added in
/components/index.rst
when creating new documents for new components or cookbook.