Skip to content

Commit 0adae2e

Browse files
committed
bot: lv_conf.h.
1 parent 2c1780a commit 0adae2e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

source/lv_conf.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,8 @@
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. */
@@ -1237,9 +1238,6 @@
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

@@ -1409,7 +1407,9 @@
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 */

0 commit comments

Comments
 (0)