We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using UITextIcon musicIcon = UITextIcon(u8g2_font_siji_t_6x10, UISize(14, 14));
when setting the text using an escape sequence: musicIcon.setText("\xee\x88\x85");
nothing is shown.
however, using a UITextLine with the parameter isUnicode to true, does show the correct symbol (music note) (see 0xe205 in https://github.com/olikraus/u8g2/wiki/fntgrpsiji).
suggestion: allow UITextIcon to be unicode, similar to the UITextLine.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using UITextIcon musicIcon = UITextIcon(u8g2_font_siji_t_6x10, UISize(14, 14));
when setting the text using an escape sequence:
musicIcon.setText("\xee\x88\x85");
nothing is shown.
however, using a UITextLine with the parameter isUnicode to true, does show the correct symbol (music note) (see 0xe205 in https://github.com/olikraus/u8g2/wiki/fntgrpsiji).
suggestion: allow UITextIcon to be unicode, similar to the UITextLine.
The text was updated successfully, but these errors were encountered: