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