lv_conf_template.h updates
This commit is contained in:
@@ -152,7 +152,7 @@ typedef void * lv_fs_drv_user_data_t;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*1: Add a `user_data` to drivers and objects*/
|
/*1: Add a `user_data` to drivers and objects*/
|
||||||
#define LV_USE_USER_DATA 1
|
#define LV_USE_USER_DATA 0
|
||||||
|
|
||||||
/*========================
|
/*========================
|
||||||
* Image decoder and cache
|
* Image decoder and cache
|
||||||
@@ -325,7 +325,7 @@ typedef void * lv_obj_user_data_t;
|
|||||||
#define LV_USE_BTN 1
|
#define LV_USE_BTN 1
|
||||||
#if LV_USE_BTN != 0
|
#if LV_USE_BTN != 0
|
||||||
/*Enable button-state animations - draw a circle on click (dependencies: LV_USE_ANIMATION)*/
|
/*Enable button-state animations - draw a circle on click (dependencies: LV_USE_ANIMATION)*/
|
||||||
# define LV_BTN_INK_EFFECT 1
|
# define LV_BTN_INK_EFFECT 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*Button matrix (dependencies: -)*/
|
/*Button matrix (dependencies: -)*/
|
||||||
|
|||||||
@@ -206,7 +206,7 @@
|
|||||||
|
|
||||||
/*1: Add a `user_data` to drivers and objects*/
|
/*1: Add a `user_data` to drivers and objects*/
|
||||||
#ifndef LV_USE_USER_DATA
|
#ifndef LV_USE_USER_DATA
|
||||||
#define LV_USE_USER_DATA 1
|
#define LV_USE_USER_DATA 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*========================
|
/*========================
|
||||||
@@ -448,7 +448,7 @@
|
|||||||
#if LV_USE_BTN != 0
|
#if LV_USE_BTN != 0
|
||||||
/*Enable button-state animations - draw a circle on click (dependencies: LV_USE_ANIMATION)*/
|
/*Enable button-state animations - draw a circle on click (dependencies: LV_USE_ANIMATION)*/
|
||||||
#ifndef LV_BTN_INK_EFFECT
|
#ifndef LV_BTN_INK_EFFECT
|
||||||
# define LV_BTN_INK_EFFECT 1
|
# define LV_BTN_INK_EFFECT 0
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user