Skip to content

u8x8 font modification on the fly, adding fx #2512

Answered by olikraus
ilovesushi asked this question in Q&A
Discussion options

You must be logged in to vote

The font format differs between u8g2 and u8x8, but you can convert a 4x6 font into u8x8 format. However Each char would be 8 pixel wide.

As an alternative you could use u8g2 in page mode. It will only consume a little bit more RAM. Even better, u8g2 fonts are compressed.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@ilovesushi
Comment options

@olikraus
Comment options

Answer selected by ilovesushi
@ilovesushi
Comment options

@olikraus
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants