diff --git a/README.md b/README.md index b1042d7..dc6901f 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Upstreamed contributions so far: - [Add support for pointer devices to libinput driver] (in review) - [Add support for keypads to libinput driver] (in review) +- [Don't compile example assets when disabled in lv_conf.h] (in review) # Operation @@ -67,3 +68,4 @@ Unl0kr is licensed under the GNU General Public License as published by the Free [libinput]: https://gitlab.freedesktop.org/libinput/libinput [Add support for pointer devices to libinput driver]: https://github.com/lvgl/lv_drivers/pull/150 [Add support for keypads to libinput driver]: https://github.com/lvgl/lv_drivers/pull/152 +[Don't compile example assets when disabled in lv_conf.h]: https://github.com/lvgl/lvgl/pull/2523 diff --git a/lv_conf.h b/lv_conf.h index 976ea62..ee7c592 100644 --- a/lv_conf.h +++ b/lv_conf.h @@ -504,7 +504,7 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h"*/ *==================*/ /*Enable the examples to be built with the library*/ -#define LV_BUILD_EXAMPLES 1 +#define LV_BUILD_EXAMPLES 0 /*--END OF LV_CONF_H--*/