From 1a3b6d4cb3f4288ef1a7786798d7466b24cd29b8 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Wed, 8 Jul 2020 09:35:25 +0200 Subject: [PATCH] update lv_conf_internal.h --- lv_conf_template.h | 1 + src/lv_conf_internal.h | 3 +++ 2 files changed, 4 insertions(+) diff --git a/lv_conf_template.h b/lv_conf_template.h index 7461dd9d7..36a55ee15 100644 --- a/lv_conf_template.h +++ b/lv_conf_template.h @@ -197,6 +197,7 @@ typedef void * lv_fs_drv_user_data_t; /*1: Use the functions and types from the older API if possible */ #define LV_USE_API_EXTENSION_V6 1 +#define LV_USE_API_EXTENSION_V7 1 /*======================== * Image decoder and cache diff --git a/src/lv_conf_internal.h b/src/lv_conf_internal.h index 52eb79990..135e8c374 100644 --- a/src/lv_conf_internal.h +++ b/src/lv_conf_internal.h @@ -294,6 +294,9 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h" */ #ifndef LV_USE_API_EXTENSION_V6 #define LV_USE_API_EXTENSION_V6 1 #endif +#ifndef LV_USE_API_EXTENSION_V7 +#define LV_USE_API_EXTENSION_V7 1 +#endif /*======================== * Image decoder and cache