I will have random names returned to me in a string “friend_name”. However the name will be random:
Joe Smith
Abigail Aberachy
I present data like so: display.newText(friend_name, 0, 0, config.thinFont, 34)
However I dont want the names to print on the same line. I want first name on one line and last name directly underneath. Can someone please assist me on a way to do this so no matter the length of 1st, last name, it will display on two lines. Thank you!