Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_log.c17 #if LV_LOG_PRINTF
88 #if LV_LOG_PRINTF in _lv_log_add()
122 #if LV_LOG_PRINTF in lv_log()
/lvgl-latest/docs/porting/
Dlog.md19 If your system supports `printf`, you just need to enable `LV_LOG_PRINTF` in `lv_conf.h` to send th…
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h235 #define LV_LOG_PRINTF 0 macro
/lvgl-latest/
Dlv_conf_template.h247 #define LV_LOG_PRINTF 0
DKconfig318 config LV_LOG_PRINTF config
/lvgl-latest/src/
Dlv_conf_internal.h583 #ifndef LV_LOG_PRINTF
585 #define LV_LOG_PRINTF CONFIG_LV_LOG_PRINTF macro
587 #define LV_LOG_PRINTF 0 macro