fix: remove LV_USE_DEV_VERSION (#5312)

This commit is contained in:
Gabor Kiss-Vamosi
2024-01-14 16:16:00 +01:00
committed by GitHub
parent 1e1caef813
commit b4cf95e7fa
2 changed files with 1 additions and 5 deletions

View File

@@ -61,7 +61,6 @@ typedef void * lv_user_data_t;
* TEST CONFIGS
***********************/
#define LV_USE_DEV_VERSION
#if !(defined(LV_TEST_OPTION)) || LV_TEST_OPTION == 5
#define LV_COLOR_DEPTH 32
#define LV_DPI_DEF 160
@@ -74,7 +73,7 @@ typedef void * lv_user_data_t;
/* Use VG-Lite GPU. */
#define LV_USE_DRAW_VG_LITE 1
/* Enbale VG-Lite custom external 'gpu_init()' function */
/* Enable VG-Lite custom external 'gpu_init()' function */
#define LV_VG_LITE_USE_GPU_INIT 1
/* Enable VG-Lite assert. */