Files
trail-mate/modules/ui_lvgl_core
vicliuandGitHub bf7068b02b 0.1.26-alpha release
* refactor: render chat rows from presentation state

* Fix Meshtastic channel sync and add MeshCore CN preset

* Add granular chat notification settings

* Add SD settings backup and restore

* Prepare 0.1.26-alpha release

---------

Co-authored-by: vicliu624 <vicliu@outlook.com>
2026-05-19 16:04:42 +08:00
..
2026-05-19 16:04:42 +08:00
2026-05-19 16:04:42 +08:00
2026-05-19 16:04:42 +08:00
2026-05-19 16:04:42 +08:00

ui_lvgl_core

LVGL technical primitives.

May contain:

  • LVGL themes
  • primitive widgets
  • technical navigation hosts
  • reusable visual components
  • input host primitives

Must not contain:

  • target UX feature decisions
  • app shell startup
  • build entrypoints
  • board facts
  • Chat/Map/GPS runtime scheduling

Phase 8 structural migration creates this module as the LVGL core target module. This batch only adds the transitional focus-group declaration needed by moved UX renderers; the implementation remains in the ui_shared umbrella until the screen host/runtime shell migration.