feat(xml): add the basics of declarative XML support

This commit is contained in:
Gabor Kiss-Vamosi
2024-11-22 10:46:13 +01:00
parent db11e7bae5
commit fc5939dcff
114 changed files with 21316 additions and 5 deletions

View File

@@ -1076,11 +1076,14 @@
#define LV_USE_FONT_MANAGER 0
#if LV_USE_FONT_MANAGER
/*Font manager name max length*/
/**Font manager name max length*/
#define LV_FONT_MANAGER_NAME_MAX_LEN 32
#endif
/** Enable loading XML UIs runtime */
#define LV_USE_XML 0
/*==================
* DEVICES
*==================*/