Lv_label_set_text function bug

when i use this function to set persian text for a label,after compiling and running in the label place show nothing how can i use this function for showing persian text?
like:
lv_label_set_text(label,“سیب”);

  1. Does the label’s font have persian characters
  2. Have you enabled LV_USE_BIDI and LV_USE_ARABIC_PERSIAN_CHARS in lv_conf.h?

yes i enabled both of them ,still dosn’t show anything

Could you create a minimal simulator project to see the issue and send it or uploaded it to GitHub?

this problem solved.

Could you please share the solution for future readers? :slightly_smiling_face:

i just set style for label and set font

1 Like