diff --git a/env_support/cmsis-pack/LVGL.lvgl.8.3.5.pack b/env_support/cmsis-pack/LVGL.lvgl.8.3.6.pack similarity index 95% rename from env_support/cmsis-pack/LVGL.lvgl.8.3.5.pack rename to env_support/cmsis-pack/LVGL.lvgl.8.3.6.pack index 74d9c1738..f02722531 100644 Binary files a/env_support/cmsis-pack/LVGL.lvgl.8.3.5.pack and b/env_support/cmsis-pack/LVGL.lvgl.8.3.6.pack differ diff --git a/env_support/cmsis-pack/LVGL.lvgl.pdsc b/env_support/cmsis-pack/LVGL.lvgl.pdsc index 3344f531d..c8a23582d 100644 --- a/env_support/cmsis-pack/LVGL.lvgl.pdsc +++ b/env_support/cmsis-pack/LVGL.lvgl.pdsc @@ -36,7 +36,11 @@ https://github.com/lvgl/lvgl.git - + + - LVGL 8.3.6 release + - Various fixes, See CHANGELOG.md + + - LVGL 8.3.5 release - Use LVGL version as the cmsis-pack version - Fix GPU support for NXP PXP and NXP VGLite @@ -262,7 +266,7 @@ --> - + LVGL (Light and Versatile Graphics Library) is a free and open-source graphics library providing everything you need to create an embedded GUI with easy-to-use graphical elements, beautiful visual effects and a low memory footprint. @@ -395,10 +399,18 @@ - + + + + + + + + + diff --git a/env_support/cmsis-pack/LVGL.pidx b/env_support/cmsis-pack/LVGL.pidx index 4461230bb..db23b8196 100644 --- a/env_support/cmsis-pack/LVGL.pidx +++ b/env_support/cmsis-pack/LVGL.pidx @@ -4,6 +4,6 @@ https://raw.githubusercontent.com/lvgl/lvgl/master/env_support/cmsis-pack/ 2023-02-06T12:22:00 - + \ No newline at end of file diff --git a/env_support/cmsis-pack/lv_conf_cmsis.h b/env_support/cmsis-pack/lv_conf_cmsis.h index c67377215..a6a06a791 100644 --- a/env_support/cmsis-pack/lv_conf_cmsis.h +++ b/env_support/cmsis-pack/lv_conf_cmsis.h @@ -1,6 +1,6 @@ /** * @file lv_conf.h - * Configuration file for v8.3.4 + * Configuration file for v8.3.6 */ /* clang-format off */ @@ -181,7 +181,7 @@ /*Use STM32's DMA2D (aka Chrom Art) GPU*/ #if LV_USE_GPU_STM32_DMA2D /*Must be defined to include path of CMSIS header of target processor - e.g. "stm32f769xx.h" or "stm32f429xx.h"*/ + e.g. "stm32f7xx.h" or "stm32f4xx.h"*/ #define LV_GPU_DMA2D_CMSIS_INCLUDE #endif diff --git a/library.json b/library.json index a9885da50..704b057b2 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "lvgl", - "version": "8.3.5-dev", + "version": "8.3.6", "keywords": "graphics, gui, embedded, tft, lvgl", "description": "Graphics library to create embedded GUI with easy-to-use graphical elements, beautiful visual effects and low memory footprint. It offers anti-aliasing, opacity, and animations using only one frame buffer.", "repository": { diff --git a/library.properties b/library.properties index 1773fc0a1..19de5008b 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=lvgl -version=8.3.5-dev +version=8.3.6 author=kisvegabor maintainer=kisvegabor,embeddedt,pete-pjb sentence=Full-featured Graphics Library for Embedded Systems diff --git a/lv_conf_template.h b/lv_conf_template.h index e9c27a8fd..f36af2a28 100644 --- a/lv_conf_template.h +++ b/lv_conf_template.h @@ -1,6 +1,6 @@ /** * @file lv_conf.h - * Configuration file for v8.3.5-dev + * Configuration file for v8.3.6 */ /* diff --git a/lvgl.h b/lvgl.h index 79cb2f108..6eedc7f23 100644 --- a/lvgl.h +++ b/lvgl.h @@ -15,8 +15,8 @@ extern "C" { ***************************/ #define LVGL_VERSION_MAJOR 8 #define LVGL_VERSION_MINOR 3 -#define LVGL_VERSION_PATCH 5 -#define LVGL_VERSION_INFO "dev" +#define LVGL_VERSION_PATCH 6 +#define LVGL_VERSION_INFO "" /********************* * INCLUDES