Searched refs:LV_BIDI_BASE_DIR_DEF (Results 1 – 5 of 5) sorted by relevance
449 #define LV_BIDI_BASE_DIR_DEF LV_BASE_DIR_AUTO macro
461 #define LV_BIDI_BASE_DIR_DEF LV_BASE_DIR_AUTO
1345 #ifndef LV_BIDI_BASE_DIR_DEF1347 #define LV_BIDI_BASE_DIR_DEF CONFIG_LV_BIDI_BASE_DIR_DEF macro1349 #define LV_BIDI_BASE_DIR_DEF LV_BASE_DIR_AUTO macro
121 if(LV_BIDI_BASE_DIR_DEF == LV_BASE_DIR_AUTO) return LV_BASE_DIR_LTR; in _lv_bidi_detect_base_dir()122 else return LV_BIDI_BASE_DIR_DEF; in _lv_bidi_detect_base_dir()
100 The default base direction for screens can be set by `LV_BIDI_BASE_DIR_DEF` in *lv_conf.h* and othe…