File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 394394/** Draw using espressif PPA accelerator */
395395#define LV_USE_PPA 0
396396#if LV_USE_PPA
397- #define LV_USE_PPA_IMG 0
397+ #define LV_USE_PPA_IMG 0
398+ #define LV_PPA_BURST_LENGTH 128
398399#endif
399400
400401/* Use EVE FT81X GPU. */
12371238
12381239#endif /*LV_USE_TEST*/
12391240
1240- /** Enable loading XML UIs runtime */
1241- #define LV_USE_XML 0
1242-
12431241/** 1: Enable text translation support */
12441242#define LV_USE_TRANSLATION 0
12451243
14091407 #define LV_UEFI_USE_MEMORY_SERVICES 0 /**< Use the memory functions from the boot services table */
14101408#endif
14111409
1412- /** Use a generic OpenGL driver that can be used to embed in other applications or used with GLFW/EGL */
1410+ /** Use a generic OpenGL driver that can be used to embed in other applications or used with GLFW/EGL
1411+ * - Requires LV_USE_MATRIX.
1412+ */
14131413#define LV_USE_OPENGLES 0
14141414#if LV_USE_OPENGLES
14151415 #define LV_USE_OPENGLES_DEBUG 1 /**< Enable or disable debug for opengles */
You can’t perform that action at this time.
0 commit comments