:orphan: .. title:: CONFIG_LVGL_CALENDAR_WEEK_STARTS_MONDAY .. kconfig:: CONFIG_LVGL_CALENDAR_WEEK_STARTS_MONDAY CONFIG_LVGL_CALENDAR_WEEK_STARTS_MONDAY ####################################### *Calendar week starts on Monday* Type: ``bool`` Help ==== .. code-block:: none Start a calendar week on Monday Direct dependencies =================== \ :kconfig:`LVGL_USE_CALENDAR ` && \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/gui/lvgl/Kconfig.objects:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:33`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Objects → Calendar object .. code-block:: kconfig config LVGL_CALENDAR_WEEK_STARTS_MONDAY bool "Calendar week starts on Monday" depends on LVGL_USE_CALENDAR && LVGL help Start a calendar week on Monday *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*