From 524709472757405ac0eef8d6d002632526430df3 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Tue, 16 Feb 2021 15:25:31 +0100 Subject: [PATCH] Release v7.10.1 --- Kconfig | 2 +- lvgl.h | 2 +- src/lv_misc/lv_txt_ap.c | 30 +++++++++++++++++++----------- src/lv_themes/lv_theme_empty.c | 2 +- src/lv_themes/lv_theme_material.c | 2 +- src/lv_themes/lv_theme_mono.c | 2 +- src/lv_themes/lv_theme_template.c | 2 +- src/lv_widgets/lv_gauge.h | 2 +- 8 files changed, 26 insertions(+), 18 deletions(-) diff --git a/Kconfig b/Kconfig index 433e7801a..1d97cadaa 100644 --- a/Kconfig +++ b/Kconfig @@ -1,4 +1,4 @@ -# Kconfig file for LVGL v7.8.1 +# Kconfig file for LVGL v7.10.1 menu "LVGL configuration" diff --git a/lvgl.h b/lvgl.h index 2872c7f5a..0c4670eea 100644 --- a/lvgl.h +++ b/lvgl.h @@ -16,7 +16,7 @@ extern "C" { #define LVGL_VERSION_MAJOR 7 #define LVGL_VERSION_MINOR 10 #define LVGL_VERSION_PATCH 1 -#define LVGL_VERSION_INFO "dev" +#define LVGL_VERSION_INFO "" /********************* * INCLUDES diff --git a/src/lv_misc/lv_txt_ap.c b/src/lv_misc/lv_txt_ap.c index 168edebd4..fd99a59b9 100644 --- a/src/lv_misc/lv_txt_ap.c +++ b/src/lv_misc/lv_txt_ap.c @@ -168,8 +168,8 @@ void _lv_txt_ap_proc(const char * txt, char * txt_out) idx_next == LV_UNDEF_ARABIC_PERSIAN_CHARS) ? 0 : ap_chars_map[idx_next].ap_chars_conjunction.conj_to_previous; uint32_t lam_alef = lv_txt_lam_alef(index_current, idx_next); - if ( lam_alef ) { - if (conjunction_to_previuse) { + if(lam_alef) { + if(conjunction_to_previuse) { lam_alef ++; } ch_fin[j] = lam_alef; @@ -192,12 +192,12 @@ void _lv_txt_ap_proc(const char * txt, char * txt_out) j++; } ch_fin[j] = 0; - for (i=0; i