How to use lv_ta_add_char() to add a wide char for the lv_ta control?
for example: add chinese char “啊” to lv_ta. Can you give me some suggestion or an example! Thanks.
You should use lv_ta_add_text(ta, “啊”)
I’ve updated the docoóumentation to mention this:
https://docs.littlevgl.com/en/html/object-types/ta.html#add-text
OK,Thanks. I will try it!
You’re welcome!