mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
This commit is contained in:
commit
9cd7de8ccd
@ -120,6 +120,9 @@
|
|||||||
|
|
||||||
/*1: Enable the Animations */
|
/*1: Enable the Animations */
|
||||||
#define LV_USE_ANIMATION 1
|
#define LV_USE_ANIMATION 1
|
||||||
|
#if LV_USE_ANIMATION
|
||||||
|
typedef void * lv_anim_user_data_t;
|
||||||
|
#endif
|
||||||
|
|
||||||
/* 1: Enable shadow drawing*/
|
/* 1: Enable shadow drawing*/
|
||||||
#define LV_USE_SHADOW 1
|
#define LV_USE_SHADOW 1
|
||||||
|
@ -6,7 +6,12 @@
|
|||||||
/*********************
|
/*********************
|
||||||
* INCLUDES
|
* INCLUDES
|
||||||
*********************/
|
*********************/
|
||||||
|
#ifdef LV_CONF_INCLUDE_SIMPLE
|
||||||
#include "lv_conf.h"
|
#include "lv_conf.h"
|
||||||
|
#else
|
||||||
|
#include "../../../lv_conf.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "lv_area.h"
|
#include "lv_area.h"
|
||||||
#include "lv_math.h"
|
#include "lv_math.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user