-
Couldn't load subscription status.
- Fork 8.1k
boards: stm32mp135f_dk: add touchscreen and lvgl pointer #98482
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: main
Are you sure you want to change the base?
boards: stm32mp135f_dk: add touchscreen and lvgl pointer #98482
Conversation
|
Hello @eszSTM, and thank you very much for your first pull request to the Zephyr project! |
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.
Could you break the commit message body 2nd line to fit in 74 chars?
Also, for consistency, prefer use `boards: st: stm32mp135F_dk: in the header line.
-boards: stm32mp135f_dk: add touchscreen and lvgl pointer
+boards: st: stm32mp135f_dk: add touchscreen and lvgl pointer
STM32MP135F_DK board embeds a LCD screen with touchscreen driven by I2C5.
-GT911 touchscreen already have driver support in Zephyr so just add necessary nodes here.
+GT911 touchscreen already have driver support in Zephyr so just add
+necessary nodes here.
Signed-off-by: ...STM32MP135F_DK board embeds a LCD screen with touchscreen driven by I2C5. GT911 touchscreen already have driver support in Zephyr so just add necessary nodes here. Signed-off-by: Erwan SZYMANSKI <erwan.szymanski@st.com>
593c93c to
cadfc14
Compare
|
Modifications done after @etienne-lms comments |
|



STM32MP135F_DK board embeds a LCD screen with touchscreen driven by I2C5. GT911 touchscreen already have driver support in Zephyr so just add necessary nodes here.