diff --git a/doc/releases/release-notes-4.2.rst b/doc/releases/release-notes-4.2.rst index 9cb90eed59f..3853dbf04d1 100644 --- a/doc/releases/release-notes-4.2.rst +++ b/doc/releases/release-notes-4.2.rst @@ -299,6 +299,13 @@ New APIs and options * :c:func:`display_clear` +* LVGL (Light and Versatile Graphics Library) + + * The LVGL module was synchronized to v9.3, bringing numerous upstream improvements and new features. + * LVGL subsystem now supports multiple simultaneous displays, including proper input device-to-display binding. + * Added L8/Y8 pixel format support for displays such as SSD1327, SSD1320, SSD1322, and ST75256. + * :kconfig:option:`CONFIG_LV_Z_COLOR_MONO_HW_INVERSION` + * Management * MCUmgr @@ -465,10 +472,6 @@ New APIs and options * :c:func:`uvc_set_video_dev` -* Other - - * :kconfig:option:`CONFIG_LV_Z_COLOR_MONO_HW_INVERSION` - * ZBus * Zbus has achieved stable status with the release of API version v1.0.0.