diff --git a/lv_conf_template.h b/lv_conf_template.h index 50ffb6782..8b351b817 100644 --- a/lv_conf_template.h +++ b/lv_conf_template.h @@ -355,7 +355,7 @@ typedef void * lv_font_user_data_t; * Allows mixing Left-to-Right and Right-to-Left texts. * The direction will be processed according to the Unicode Bidirectioanl Algorithm: * https://www.w3.org/International/articles/inline-bidi-markup/uba-basics*/ -#define LV_USE_BIDI 1 +#define LV_USE_BIDI 0 #if LV_USE_BIDI /* Set the default direction. Supported values: * `LV_BIDI_DIR_LTR` Left-to-Right diff --git a/src/lv_conf_checker.h b/src/lv_conf_checker.h index 0cefbfb51..50e19422a 100644 --- a/src/lv_conf_checker.h +++ b/src/lv_conf_checker.h @@ -493,7 +493,7 @@ * The direction will be processed according to the Unicode Bidirectioanl Algorithm: * https://www.w3.org/International/articles/inline-bidi-markup/uba-basics*/ #ifndef LV_USE_BIDI -#define LV_USE_BIDI 1 +#define LV_USE_BIDI 0 #endif #if LV_USE_BIDI /* Set the default direction. Supported values: