lv_list work without lv_img

This commit is contained in:
Gabor
2017-08-21 14:55:06 +02:00
parent 7dfb4eb374
commit 14cd444f8d
4 changed files with 17 additions and 18 deletions

View File

@@ -29,10 +29,6 @@ extern "C" {
#error "lv_list: lv_label is required. Enable it in lv_conf.h (USE_LV_LABEL 1) "
#endif
#if USE_LV_IMG == 0
#error "lv_list: lv_img is required. Enable it in lv_conf.h (USE_LV_IMG 1) "
#endif
#include "../lv_obj/lv_obj.h"
#include "lv_page.h"