Home
last modified time | relevance | path

Searched refs:LV_USE_LOG (Results 1 – 16 of 16) sorted by relevance

/lvgl-latest/env_support/rt-thread/
Dlv_rt_thread_port.c42 #if LV_USE_LOG
51 #if LV_USE_LOG in lvgl_thread_entry()
/lvgl-latest/src/extra/layouts/
Dlv_layouts.h34 #if LV_USE_LOG && LV_LOG_TRACE_LAYOUT
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h221 #define LV_USE_LOG 0 macro
222 #if LV_USE_LOG
/lvgl-latest/
Dlv_conf_template.h233 #define LV_USE_LOG 0
234 #if LV_USE_LOG
DKconfig286 config LV_USE_LOG config
290 bool "Default log verbosity" if LV_USE_LOG
319 bool "Print the log with 'printf'" if LV_USE_LOG
327 depends on LV_USE_LOG
332 depends on LV_USE_LOG
337 depends on LV_USE_LOG
342 depends on LV_USE_LOG
347 depends on LV_USE_LOG
352 depends on LV_USE_LOG
357 depends on LV_USE_LOG
[all …]
/lvgl-latest/src/misc/
Dlv_log.h44 #if LV_USE_LOG
Dlv_log.c10 #if LV_USE_LOG
/lvgl-latest/examples/arduino/LVGL_Arduino/
DLVGL_Arduino.ino21 #if LV_USE_LOG != 0
83 #if LV_USE_LOG != 0
/lvgl-latest/src/
Dlv_conf_internal.h557 #ifndef LV_USE_LOG
559 #define LV_USE_LOG CONFIG_LV_USE_LOG macro
561 #define LV_USE_LOG 0 macro
564 #if LV_USE_LOG
2516 #if LV_USE_LOG == 0
/lvgl-latest/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-latest/src/core/
Dlv_obj.h396 #if LV_USE_LOG && LV_LOG_TRACE_OBJ_CREATE
Dlv_obj.c207 #if LV_USE_LOG in lv_deinit()
/lvgl-latest/docs/get-started/platforms/
Drenesas.md80 #if LV_USE_LOG
82 #endif /* LV_USE_LOG */
Darduino.md72 #if LV_USE_LOG
/lvgl-latest/demos/benchmark/
DREADME.md17 - If you enabled trace output by setting macro `LV_USE_LOG` to `1` and trace level `LV_LOG_LEVEL` t…
114 - Setting macro `LV_USE_LOG` to `1`
/lvgl-latest/src/widgets/
Dlv_img.c79 #if LV_USE_LOG && LV_LOG_LEVEL >= LV_LOG_LEVEL_INFO in lv_img_set_src()