-
Notifications
You must be signed in to change notification settings - Fork 8.2k
boards: shields: st_b_lcd40_dsi1_mb1166: refactoring #77854
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
boards: shields: st_b_lcd40_dsi1_mb1166: refactoring #77854
Conversation
|
Hello @JarmouniA, and thank you very much for your first pull request to the Zephyr project! |
boards/shields/st_b_lcd40_dsi1_mb1166/boards/stm32h747i_disco_stm32h747xx_m7.overlay
Outdated
Show resolved
Hide resolved
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.
Thanks for taking this on- there are a few additional things we need to do in order to make this shield definition generic across boards though, primarily to handle the touch IC
boards/shields/st_b_lcd40_dsi1_mb1166/st_b_lcd40_dsi1_mb1166_a09.overlay
Outdated
Show resolved
Hide resolved
0017107 to
74dd12b
Compare
boards/shields/st_b_lcd40_dsi1_mb1166/st_b_lcd40_dsi1_mb1166.overlay
Outdated
Show resolved
Hide resolved
Minimize code duplication chances when multiple boards will be added eventually as supporting this shield. Define an alias for board i2c node used by on-shield touch controller. Move H747I-specific LVGL/display optimization options to a dedicated defconfig file. Signed-off-by: Abderrahmane Jarmouni <[email protected]>
74dd12b to
aa00b7d
Compare
|
@danieldegrasse Could you please take another look, thanks! |
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.
Thanks for this cleanup!
|
@kartben could you take a look? thanks! |
Minimize code duplication chances when multiple boards will be added eventually as supporting the
st_b_lcd40_dsi1_mb1166display shield (as in #74646).This change was suggested by @danieldegrasse in #74646 (comment).