Home
last modified time | relevance | path

Searched refs:LV_CONF_INCLUDE_SIMPLE (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/env_support/cmake/
Dcustom.cmake5 # Option to define LV_CONF_INCLUDE_SIMPLE, default: ON
6 option(LV_CONF_INCLUDE_SIMPLE option
35 $<$<BOOL:${LV_CONF_INCLUDE_SIMPLE}>:LV_CONF_INCLUDE_SIMPLE>)
/lvgl-latest/src/
Dlv_conf_kconfig.h22 # define LV_CONF_INCLUDE_SIMPLE
Dlv_conf_internal.h24 #ifndef LV_CONF_INCLUDE_SIMPLE
25 #define LV_CONF_INCLUDE_SIMPLE macro
38 #elif defined(LV_CONF_INCLUDE_SIMPLE) /*Or simply include lv_conf.h is enabled*/
/lvgl-latest/env_support/cmsis-pack/
DREADME.md25 * - define `LV_CONF_INCLUDE_SIMPLE`
/lvgl-latest/docs/get-started/platforms/
Dcmake.md52 `LV_CONF_INCLUDE_SIMPLE` which specifies whether to `#include "lv_conf.h"` and `"lv_drv_conf.h"` ab…
/lvgl-latest/docs/porting/
Dproject.md47 …f.h` can be copied to another place but then you should add the `LV_CONF_INCLUDE_SIMPLE` define to…