mirror of
https://github.com/lvgl/lvgl.git
synced 2026-08-18 02:38:01 +08:00
- Add gen_widget_wrappers.py generator parsing all 36 widget _private.h - Generate per-file wrapper classes matching C inheritance hierarchy - Each widget overrides snapshot() to populate widget_data field - Add Snapshot.__setitem__ for widget_data assignment - Wrap children and screens as widget types in data_collector - Helpers use Value.safe_field chain and is_ok checks, no try blocks - Update dashboard frontend with widget_data rendering