Skip to content

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

Merged
henrikbrixandersen merged 1 commit intozephyrproject-rtos:mainfrom
JarmouniA:fix_display_st7789_DT_color
Apr 22, 2026
Merged

display: st7789v: use standard pixel-format property#107278
henrikbrixandersen merged 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.

@JarmouniA JarmouniA force-pushed the fix_display_st7789_DT_color branch 4 times, most recently from 6bb185c to 3b47953 Compare April 19, 2026 18:12
'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 <git@jarmouni.me>
@JarmouniA JarmouniA force-pushed the fix_display_st7789_DT_color branch from 3b47953 to 37780e8 Compare April 19, 2026 19:33
@JarmouniA JarmouniA marked this pull request as ready for review April 19, 2026 19:33
@zephyrbot zephyrbot added platform: ESP32 Espressif ESP32 platform: STM32 ST Micro STM32 area: Shields Shields (add-on boards) area: Display area: Tests Issues related to a particular existing or missing test area: Boards/SoCs area: Devicetree Binding PR modifies or adds a Device Tree binding labels Apr 19, 2026
@sonarqubecloud
Copy link
Copy Markdown

@JarmouniA JarmouniA changed the title dts: bindings: display: st7789v: use standard pixel-format property display: st7789v: use standard pixel-format property Apr 19, 2026
@kartben kartben assigned JarmouniA and unassigned kartben Apr 21, 2026
@henrikbrixandersen henrikbrixandersen merged commit 594463a into zephyrproject-rtos:main Apr 22, 2026
36 of 42 checks passed
@JarmouniA JarmouniA deleted the fix_display_st7789_DT_color branch April 22, 2026 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: Boards/SoCs area: Devicetree Binding PR modifies or adds a Device Tree binding area: Display area: Shields Shields (add-on boards) area: Tests Issues related to a particular existing or missing test platform: ESP32 Espressif ESP32 platform: STM32 ST Micro STM32

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants