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