Skip to content

dts: bindings: display: st7789v: use standard pixel-format property#107278

Draft
JarmouniA wants to merge 1 commit intozephyrproject-rtos:mainfrom
JarmouniA:fix_display_st7789_DT_color
Draft

dts: bindings: display: st7789v: use standard pixel-format property#107278
JarmouniA wants to merge 1 commit intozephyrproject-rtos:mainfrom
JarmouniA:fix_display_st7789_DT_color

Conversation

@JarmouniA
Copy link
Copy Markdown
Contributor

'sitronix,st7789v' panel controller driver is using ST7789V_PIXEL_FORMAT Kconfig option to set pixel format, which is ignored in the device initialization which instead uses DT colmod property to set the pixel format.

Remove the Kconfig option and colmod DT property, and instead use the standard pixel-format DT property to set the colmod register.

'sitronix,st7789v' panel controller driver is using ST7789V_PIXEL_FORMAT
Kconfig option to set pixel format, which is ignored in the device
initialization which instead uses DT colmod property to set the pixel
format.

Remove the Kconfig option and colmod DT property, and instead use the
standard pixel-format DT property to set the colmod register.

Signed-off-by: Abderrahmane JARMOUNI <[email protected]>
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant