mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-09 20:27:41 +08:00
031bae6b2c
- 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