Home
last modified time | relevance | path

Searched refs:LV_LOG_LEVEL (Results 1 – 13 of 13) sorted by relevance

/lvgl-3.5.0/src/misc/
Dlv_log.h90 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_TRACE
98 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_INFO
106 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_WARN
114 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_ERROR
122 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_USER
130 # if LV_LOG_LEVEL < LV_LOG_LEVEL_NONE
Dlv_log.c72 if(level >= LV_LOG_LEVEL) { in _lv_log_add()
117 if(LV_LOG_LEVEL >= LV_LOG_LEVEL_NONE) return; /* disable log */ in lv_log()
Dlv_mem.c141 #if LV_LOG_LEVEL <= LV_LOG_LEVEL_INFO in lv_mem_alloc()
/lvgl-3.5.0/docs/get-started/platforms/
Darduino.md80 # define LV_LOG_LEVEL LV_LOG_LEVEL_WARN
83 After enabling the log module and setting LV_LOG_LEVEL accordingly, the output log is sent to the `…
/lvgl-3.5.0/src/
Dlv_conf_internal.h553 #ifndef LV_LOG_LEVEL
555 #define LV_LOG_LEVEL CONFIG_LV_LOG_LEVEL macro
557 #define LV_LOG_LEVEL LV_LOG_LEVEL_WARN macro
2453 #define LV_LOG_LEVEL LV_LOG_LEVEL_NONE macro
/lvgl-3.5.0/docs/porting/
Dlog.md6 To enable logging, set `LV_USE_LOG 1` in `lv_conf.h` and set `LV_LOG_LEVEL` to one of the followin…
/lvgl-3.5.0/env_support/cmsis-pack/
Dlv_conf_cmsis.h228 #define LV_LOG_LEVEL LV_LOG_LEVEL_USER macro
/lvgl-3.5.0/demos/benchmark/
DREADME.md17 - If you enabled trace output by setting macro `LV_USE_LOG` to `1` and trace level `LV_LOG_LEVEL` t…
115 - Setting trace level `LV_LOG_LEVEL` to `LV_LOG_LEVEL_USER` or higher.
/lvgl-3.5.0/
Dlv_conf_template.h235 #define LV_LOG_LEVEL LV_LOG_LEVEL_WARN
DKconfig298 config LV_LOG_LEVEL config
/lvgl-3.5.0/src/widgets/
Dlv_img.c79 #if LV_USE_LOG && LV_LOG_LEVEL >= LV_LOG_LEVEL_INFO in lv_img_set_src()
/lvgl-3.5.0/src/core/
Dlv_obj.c175 #if LV_LOG_LEVEL == LV_LOG_LEVEL_TRACE in lv_init()
/lvgl-3.5.0/docs/
DCHANGELOG.md565 - fix(conf) add missing LV_LOG_LEVEL default definition [`2996`](https://github.com/littlevgl/lvgl/…
1270 - test fix LV_USE_LOG_LEVEL -&gt; LV_LOG_LEVEL typo [`80f0b09`](https://github.com/lvgl/lvgl/commit…