add cpicker to lv_conf_template.h

This commit is contained in:
Gabor Kiss-Vamosi
2019-10-02 09:02:43 +02:00
parent 11d5fcb9ae
commit e8625aaf65
2 changed files with 8 additions and 0 deletions

View File

@@ -579,6 +579,11 @@
#define LV_USE_CONT 1
#endif
/*Color picker (dependencies: -*/
#ifndef LV_USE_CPICKER
#define LV_USE_CPICKER 1
#endif
/*Drop down list (dependencies: lv_page, lv_label, lv_symbol_def.h)*/
#ifndef LV_USE_DDLIST
#define LV_USE_DDLIST 1