Files
lvgl/scripts
Victor Wheeler f3370d01c9 docs(properties.py): fix several problems...
- The `enum` output into ./src/widgets/property/lv_style_properties.h
  now needs to be coded as `typedef enum {...} _lv_property_style_id_t;`
  as a work-around for a doc-build bug in the Breathe library.

- Running `properties.py` on a Windows system previously didn't work
  because the script would generate an exception when reading the
  character represented by the `U+F001` character in font files.  On
  Windows systems, it was using different encoding.  Fix was to
  explicitly specify `encoding='utf-8'` in the `open()` function.

- Add doc-string under `main()` function to say what its purpose is.
2025-06-26 08:42:42 +02:00
..
2025-06-26 08:09:23 +02:00