Skip to content

Commit

Permalink
doc: release-notes: Add 3.5.0 release notes for LVGL
Browse files Browse the repository at this point in the history
Added section for LVGL changes done for release 3.5.0.

Signed-off-by: Fabian Blatz <[email protected]>
  • Loading branch information
faxe1008 authored and jhedberg committed Oct 10, 2023
1 parent fdaba20 commit c5064cf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/releases/release-notes-3.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,20 @@ Nanopb

* Added helper cmake function ``zephyr_nanopb_sources`` to simplify ``.proto`` file inclusion.

LVGL
****

* Changed project status to maintained.

* Library has been updated to release v8.3.7.

* Added ``zephyr,lvgl-{pointer,button,encoder}-input`` pseudo device bindings.
:kconfig:option:`CONFIG_LV_Z_KSCAN_POINTER` is still supported but touch controllers
need a :dtcompatible:`zephyr,kscan-input` child node to emit input events.

* LVGL shell allows for monkey testing (requires :kconfig:option:`CONFIG_LV_USE_MONKEY`)
and inspecting memory usage.

Storage
*******

Expand Down

0 comments on commit c5064cf

Please sign in to comment.