lv_bidi_process() function
DEFINES TYPEDEFS GLOBAL PROTOTYPES Convert a text to get the characters in the correct visual order according to Unicode Bidirectional Algorithm
Arguments
str_in
the text to process
str_out
store the result here. Has the be `strlen(str_in)` length
base_dir
`LV_BASE_DIR_LTR` or `LV_BASE_DIR_RTL`