Hello,
I hope this subsection of the forum is not the wrong place to post this question.
On the 4Duino I have code that generates a string, which is random letters and numbers.
I want to take that string, send it to the PICASSO and display it in a custom font.
How do I achieve this?
I only need to display one font, but with 30px height (large letters) and in the custom font I selected. As far as I can tell "Strings" and "Static Text" both generate images of the text before upload which are then displayed as images.
But I need to display dynamic text in a custom font.
Is there maybe a way to convert the font for use with the Label object?
I hope this subsection of the forum is not the wrong place to post this question.
On the 4Duino I have code that generates a string, which is random letters and numbers.
I want to take that string, send it to the PICASSO and display it in a custom font.
How do I achieve this?
I only need to display one font, but with 30px height (large letters) and in the custom font I selected. As far as I can tell "Strings" and "Static Text" both generate images of the text before upload which are then displayed as images.
But I need to display dynamic text in a custom font.
Is there maybe a way to convert the font for use with the Label object?
Comment