minor fixes
This commit is contained in:
@@ -1210,7 +1210,14 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h" */
|
||||
# ifdef CONFIG_LV_USE_CALENDAR_HEADER_ARROW
|
||||
# define LV_USE_CALENDAR_HEADER_ARROW CONFIG_LV_USE_CALENDAR_HEADER_ARROW
|
||||
# else
|
||||
# define LV_USE_CALENDAR_HEADER_ARROW 1
|
||||
# define LV_USE_CALENDAR_HEADER_ARROW 1
|
||||
# endif
|
||||
#endif
|
||||
#ifndef LV_USE_CALENDAR_HEADER_DROPDOWN
|
||||
# ifdef CONFIG_LV_USE_CALENDAR_HEADER_DROPDOWN
|
||||
# define LV_USE_CALENDAR_HEADER_DROPDOWN CONFIG_LV_USE_CALENDAR_HEADER_DROPDOWN
|
||||
# else
|
||||
# define LV_USE_CALENDAR_HEADER_DROPDOWN 1
|
||||
# endif
|
||||
#endif
|
||||
#endif /*LV_USE_CALENDAR*/
|
||||
|
||||
Reference in New Issue
Block a user