1
0
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:
github-actions[bot] 2020-07-08 07:36:08 +00:00 committed by GitHub
commit e85888908a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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