Tighten F469I-DISCO dual-panel init: NT35510 timing alignment and detection-path documentation#15
Merged
Amperstrand merged 2 commits intoNT35510from Feb 15, 2026
Merged
Conversation
Co-authored-by: Amperstrand <141745238+Amperstrand@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Review and improve PR #843 for NT35510 LCD support
Tighten F469I-DISCO dual-panel init: NT35510 timing alignment and detection-path documentation
Feb 15, 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.
PR stm32-rs#843 adds runtime LCD controller detection for STM32F469I-DISCO board revisions (OTM8009A on older boards, NT35510 on B08+). This update hardens that path by aligning NT35510 timing/delay behavior with known-good references and documenting the key design decisions in code.
NT35510 LTDC timing updated to conservative, validated values
examples/f469disco-lcd-test.rs,NT35510_DISPLAY_CONFIGvertical timings were changed to:v_sync: 120v_back_porch: 150v_front_porch: 150NT35510 power-on sequencing clarified and tightened
examples/f469disco/nt35510.rs, post-DISPON (0x29)wait increased from10msto20ms.SLPOUT/DISPONtiming expectations.Detection/runtime compatibility rationale made explicit
DSI_LP_SIZE/DSI_VLP_SIZE = 64is retained for one binary targeting both panel variants,💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.