The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_CHARACTER_FRAMEBUFFER_SHELL

Character Framebuffer shell

Type: bool

Help

Activate shell module that provides Framebuffer commands to the console.

Direct dependencies

SHELL && CHARACTER_FRAMEBUFFER

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/fb/Kconfig:22

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:40

Menu path: (top menu) → Character framebuffer for dot matrix displays

config CHARACTER_FRAMEBUFFER_SHELL
    bool
    prompt "Character Framebuffer shell" if SHELL && CHARACTER_FRAMEBUFFER
    depends on SHELL && CHARACTER_FRAMEBUFFER
    help
      Activate shell module that provides Framebuffer commands to the
      console.

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