TextArea max char

Hi,
I have seen that if I insert in textarea object a string with 15000 characters ( or more ) it does not display anything.
Do you have any suggestions?
Thanks
Walter

You may need to adjust lv_coord_t to be an int32_t.

Hi,
thanks!
Now works.
Walter