:orphan: .. title:: CONFIG_MICROBIT_DISPLAY_STR_MAX .. kconfig:: CONFIG_MICROBIT_DISPLAY_STR_MAX CONFIG_MICROBIT_DISPLAY_STR_MAX ############################### *Maximum length of strings that can be shown on the display* Type: ``int`` Help ==== .. code-block:: none This value specifies the maximum length of strings that can be displayed using the mb_display_string() and mb_display_print() APIs. Direct dependencies =================== \ :kconfig:`MICROBIT_DISPLAY ` && \ :kconfig:`DISPLAY ` *(Includes any dependencies from ifs and menus.)* Default ======= - 40 Kconfig definition ================== At ``/display/Kconfig.microbit:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:74`` → ``/display/Kconfig:25`` Menu path: (Top) → Device Drivers → Display Drivers → BBC micro:bit 5x5 LED Display support .. code-block:: kconfig config MICROBIT_DISPLAY_STR_MAX int "Maximum length of strings that can be shown on the display" range 3 255 default 40 depends on MICROBIT_DISPLAY && DISPLAY help This value specifies the maximum length of strings that can be displayed using the mb_display_string() and mb_display_print() APIs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*