mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-10 04:37:55 +08:00
2899149467
- Fix buttonmatrix map_p misparsed as 'const' (regex for const * const *) - Fix _get_spec_int returning 0 for missing fields (now returns None) - Fix struct parsing truncation on nested braces (brace-balanced matching) - Scan LVGL headers to distinguish enum/int-alias types from structs - Add safe_wrapper helper for known struct types (LVDrawBuf, LVList, LVAnim, LVArray) - Skip unknown struct types with TODO for Value.to_dict()