fix(draw): fix compiler error when LV_DRAW_SW_COMPLEX is disabled (#5695)

This commit is contained in:
Gabor Kiss-Vamosi
2024-02-20 03:26:39 +01:00
committed by GitHub
parent 8a85a49801
commit 616d52a01b
4 changed files with 39 additions and 5 deletions

View File

@@ -100,6 +100,7 @@ typedef void * lv_user_data_t;
#elif LV_TEST_OPTION == 1
#define LV_COLOR_DEPTH 1
#define LV_DPI_DEF 30
#define LV_DRAW_SW_COMPLEX 0
#include "lv_test_conf_minimal.h"
#endif