Skip to content

Unable to use all open_iconic_play_2x2 icons #1540

Answered by olikraus
m-r-m-s asked this question in Q&A
Discussion options

You must be logged in to vote

Did you try u8x8_DrawGlyph? Something like

for( int i = 64; i < 82; i++ )
   u8x8.drawGlyph( (i-64) & 7, (i-64) / 8, i);

should draw all the gylphs.

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@olikraus
Comment options

@olikraus
Comment options

@m-r-m-s
Comment options

@m-r-m-s
Comment options

@olikraus
Comment options

Answer selected by m-r-m-s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants