-
CONFIG_MICROBIT_DISPLAY_STR_MAX
¶
Maximum length of strings that can be shown on the display
Type: int
Help¶
This value specifies the maximum length of strings that can be displayed using the mb_display_string() and mb_display_print() APIs.
Defaults¶
- 40 if
MICROBIT_DISPLAY
&&DISPLAY
Kconfig definition¶
At drivers/display/Kconfig.microbit:20
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:72
→ drivers/display/Kconfig:22
Menu path: (top menu) → Device Drivers → Display Drivers
config MICROBIT_DISPLAY_STR_MAX int prompt "Maximum length of strings that can be shown on the display" ifMICROBIT_DISPLAY
&&DISPLAY
range 3 255 ifMICROBIT_DISPLAY
&&DISPLAY
default 40 ifMICROBIT_DISPLAY
&&DISPLAY
depends onMICROBIT_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.
(Definitions include propagated dependencies, including from if’s and menus.)