Skip to content

Commit c2d40ed

Browse files
committed
drivers: display: features for ILI9341 driver
Added documentation for doc/releases/migration-guide-4.4.rst in reference with the changes on the ili9xxx driver. Information on document updated. Signed-off-by: Nicolas Moreno <[email protected]>
1 parent 68be92b commit c2d40ed

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/releases/migration-guide-4.4.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ Boards
3232
Device Drivers and Devicetree
3333
*****************************
3434

35+
Display
36+
=======
37+
38+
* For ILI9XXX drivers, the usage of `ILI9XXX_PIXEL_FORMAT_x` in devicetrees for panel color format selection
39+
has been updated to `PANEL_PIXEL_FORMAT_x`. Out-of-tree boards and shields should be updated accordingly.
40+
(:github:`99267`).
41+
* For ILI9341 driver, display mirroring configuration has been updated to conform with the described behavior
42+
of the sample `samples/drivers/display`. (:github:`99267`).
43+
3544
QSPI
3645
===
3746

0 commit comments

Comments
 (0)