CONFIG_SYS_LOG_ILI9340_LEVEL

ILI9340 Sys Log level

Type: int

Help

Sets log level for ILI9340 display driver. Levels are: - 0 OFF: do not write - 1 ERROR: only write SYS_LOG_ERR - 2 WARNING: write SYS_LOG_WRN in addition to previous level - 3 INFO: write SYS_LOG_INF in addition to previous levels - 4 DEBUG: write SYS_LOG_DBG in addition to previous levels

Direct dependencies

SYS_LOG && ILI9340 && DISPLAY

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/display/Kconfig.ili9340:41

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:74drivers/display/Kconfig:18

Menu path: (top menu) → Device Drivers → Display Drivers → ILI9340 display driver

config SYS_LOG_ILI9340_LEVEL
    int
    prompt "ILI9340 Sys Log level" if SYS_LOG && ILI9340 && DISPLAY
    range 0 4 if SYS_LOG && ILI9340 && DISPLAY
    default 0 if SYS_LOG && ILI9340 && DISPLAY
    depends on SYS_LOG && ILI9340 && DISPLAY
    help
      Sets log level for ILI9340 display driver.
      Levels are:
      - 0 OFF: do not write
      - 1 ERROR: only write SYS_LOG_ERR
      - 2 WARNING: write SYS_LOG_WRN in addition to previous level
      - 3 INFO: write SYS_LOG_INF in addition to previous levels
      - 4 DEBUG: write SYS_LOG_DBG in addition to previous levels

(Definitions include propagated dependencies, including from if’s and menus.)