From 34e133586e576184bd1ec4b1b6255f970e48fad7 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Tue, 8 Oct 2019 16:31:32 +0200 Subject: [PATCH] make LV_USE_BIDI = 0 by default --- lv_conf_template.h | 2 +- src/lv_conf_checker.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: