chore(lv_conf): add comment about the widgets demo might require more memory

This commit is contained in:
Gabor Kiss-Vamosi
2022-01-15 19:57:10 +01:00
parent 46c6cb99d3
commit 86525c35ba
3 changed files with 39 additions and 38 deletions

View File

@@ -637,7 +637,7 @@
* DEMO USAGE
====================*/
/*Show some widget*/
/*Show some widget. It might be required to increase `LV_MEM_SIZE` */
#define LV_USE_DEMO_WIDGETS 0
#if LV_USE_DEMO_WIDGETS
#define LV_DEMO_WIDGETS_SLIDESHOW 0

View File

@@ -32,3 +32,4 @@
--exclude=../src/extra/libs/sjpg/tjpgd.c
--exclude=../src/extra/libs/sjpg/tjpgd.h
--exclude=../src/extra/libs/sjpg/tjpgdcnf.h
--exclude=../src/lv_conf_internal.h

View File

@@ -2032,7 +2032,7 @@
* DEMO USAGE
====================*/
/*Show some widget*/
/*Show some widget. It might be required to increase `LV_MEM_SIZE` */
#ifndef LV_USE_DEMO_WIDGETS
#ifdef CONFIG_LV_USE_DEMO_WIDGETS
#define LV_USE_DEMO_WIDGETS CONFIG_LV_USE_DEMO_WIDGETS