We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a974785 commit 69efca7Copy full SHA for 69efca7
doc/releases/migration-guide-4.3.rst
@@ -271,5 +271,14 @@ Silabs
271
* The separate ``em3`` power state was removed from Series 2 SoCs. The system automatically
272
transitions to EM2 or EM3 depending on hardware peripheral requests for the oscillators.
273
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
283
Architectures
284
*************
0 commit comments