Skip to content

Commit 69efca7

Browse files
Quentlaccfriedt
authored andcommitted
lvgl: add new migration guide entry
This patch can cause breaking change, so it need migration guide entry. Signed-off-by: Quentin LACOMBE <[email protected]>
1 parent a974785 commit 69efca7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/releases/migration-guide-4.3.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,5 +271,14 @@ Silabs
271271
* The separate ``em3`` power state was removed from Series 2 SoCs. The system automatically
272272
transitions to EM2 or EM3 depending on hardware peripheral requests for the oscillators.
273273

274+
LVGL
275+
====
276+
277+
* The PIXEL_FORMAT_MONO10 and PIXEL_FORMAT_MONO01 formats were swapped
278+
in :zephyr_file:`modules/lvgl/lvgl_display_mono.c`, which caused
279+
black and white to be inverted when using LVGL with monochrome displays.
280+
This issue has now been fixed. Any workarounds previously applied to achieve the expected
281+
behavior should be removed, otherwise black and white will be inverted again.
282+
274283
Architectures
275284
*************

0 commit comments

Comments
 (0)