:orphan: .. title:: CONFIG_MICROBIT_DISPLAY .. kconfig:: CONFIG_MICROBIT_DISPLAY CONFIG_MICROBIT_DISPLAY ####################### *BBC micro:bit 5x5 LED Display support* Type: ``bool`` Help ==== .. code-block:: none Enable this to be able to display images and text on the 5x5 LED matrix display on the BBC micro:bit. Direct dependencies =================== (\ :kconfig:`BOARD_BBC_MICROBIT ` || \ :kconfig:`BOARD_BBC_MICROBIT_V2 `) && \ :kconfig:`PRINTK ` && \ :kconfig:`DISPLAY ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/display/Kconfig.microbit:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:74`` → ``/display/Kconfig:25`` Menu path: (Top) → Device Drivers → Display Drivers .. code-block:: kconfig config MICROBIT_DISPLAY bool "BBC micro:bit 5x5 LED Display support" depends on (BOARD_BBC_MICROBIT || BOARD_BBC_MICROBIT_V2) && PRINTK && DISPLAY help Enable this to be able to display images and text on the 5x5 LED matrix display on the BBC micro:bit. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*