-
CONFIG_MICROBIT_DISPLAY
¶
BBC micro:bit 5x5 LED Display support
Type: bool
Help¶
Enable this to be able to display images and text on the 5x5 LED matrix display on the BBC micro:bit.
Direct dependencies¶
BOARD_BBC_MICROBIT
&& PRINTK
&& GPIO
&& DISPLAY
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/display/Kconfig.microbit:9
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:74
→ drivers/display/Kconfig:16
Menu path: (top menu) → Device Drivers → Display Drivers
config MICROBIT_DISPLAY bool prompt "BBC micro:bit 5x5 LED Display support" ifBOARD_BBC_MICROBIT
&&PRINTK
&&GPIO
&&DISPLAY
depends onBOARD_BBC_MICROBIT
&&PRINTK
&&GPIO
&&DISPLAY
help Enable this to be able to display images and text on the 5x5 LED matrix display on the BBC micro:bit.
(Definitions include propagated dependencies, including from if’s and menus.)