mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
Merge 1a3b6d4cb3f4288ef1a7786798d7466b24cd29b8 into dev
This commit is contained in:
commit
e85888908a
@ -197,6 +197,7 @@ typedef void * lv_fs_drv_user_data_t;
|
|||||||
|
|
||||||
/*1: Use the functions and types from the older API if possible */
|
/*1: Use the functions and types from the older API if possible */
|
||||||
#define LV_USE_API_EXTENSION_V6 1
|
#define LV_USE_API_EXTENSION_V6 1
|
||||||
|
#define LV_USE_API_EXTENSION_V7 1
|
||||||
|
|
||||||
/*========================
|
/*========================
|
||||||
* Image decoder and cache
|
* Image decoder and cache
|
||||||
|
@ -294,6 +294,9 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h" */
|
|||||||
#ifndef LV_USE_API_EXTENSION_V6
|
#ifndef LV_USE_API_EXTENSION_V6
|
||||||
#define LV_USE_API_EXTENSION_V6 1
|
#define LV_USE_API_EXTENSION_V6 1
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef LV_USE_API_EXTENSION_V7
|
||||||
|
#define LV_USE_API_EXTENSION_V7 1
|
||||||
|
#endif
|
||||||
|
|
||||||
/*========================
|
/*========================
|
||||||
* Image decoder and cache
|
* Image decoder and cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user