Home
last modified time | relevance | path

Searched refs:LV_CONF_SKIP (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/docs/porting/
Dproject.md53 If `LV_CONF_SKIP` is defined, LVGL will not try to include `lv_conf.h`. Instead you can pass the co…
55 …onfig. To ignore the configs from `lv_conf.h` simply remove its content, or define `LV_CONF_SKIP`. 
/lvgl-latest/src/
Dlv_conf_internal.h17 #define LV_CONF_SKIP macro
31 #ifndef LV_CONF_SKIP
2530 #ifdef LV_CONF_SKIP
/lvgl-latest/
DKconfig9 config LV_CONF_SKIP config
/lvgl-latest/docs/
DCHANGELOG.md556 - fix(Kconfig): allow unchecking LV_CONF_SKIP [`f3a07a3`](https://github.com/lvgl/lvgl/commit/f3a07…