:orphan: .. title:: MICROBIT_DISPLAY .. option:: 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 =================== \ :option:`BOARD_BBC_MICROBIT ` && \ :option:`PRINTK ` && \ :option:`GPIO ` && \ :option:`DISPLAY ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/display/Kconfig.microbit:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:72`` → ``drivers/display/Kconfig:19`` Menu path: (Top) → Device Drivers → Display Drivers .. parsed-literal:: config MICROBIT_DISPLAY bool "BBC micro:bit 5x5 LED Display support" depends on \ :option:`BOARD_BBC_MICROBIT ` && \ :option:`PRINTK ` && \ :option:`GPIO ` && \ :option:`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.)*