-
CONFIG_CHARACTER_FRAMEBUFFER_SHELL
¶
Character Framebuffer shell
Type: bool
Help¶
Activate shell module that provides Framebuffer commands to the console.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/subsys/fb/Kconfig:19
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:23
Menu path: (Top) → Sub Systems and OS Services → Character framebuffer for dot matrix displays
config CHARACTER_FRAMEBUFFER_SHELL bool "Character Framebuffer shell" depends onSHELL
&&CHARACTER_FRAMEBUFFER
help Activate shell module that provides Framebuffer commands to the console.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)