Commit Graph

5 Commits

Author SHA1 Message Date
Victor Wheeler 3a4cf38ef3 fix(properties.py): fix to comply with adjustments 2025-06-26 08:42:42 +02:00
Victor Wheeler 5bc21a4b18 docs(enum-naming): adjustments per conversation with Gábor 2025-06-26 08:42:42 +02:00
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
Neo Xu 133b6fc3f8 feat(property): support second value in property
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-12-22 11:52:51 +01:00
Neo Xu 438e943937 feat(property): add property name (#6329)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-06-19 18:06:16 +02:00