-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
Loading font data from external storage, such as TF card or SPIFLASH #2526
Comments
Um .... oh ... |
see also here: #461 |
Ohh thanks. |
sure, however i personally would assume that using a uC with more flash memory should still be easier. |
Hello
Firstly, u8g2 is a fantastic project.
Sometimes we need to use custom font data, and using bdfconv can create custom font data, but!! when I have a lot of fonts data and the MCU's Flash capacity is small, so there's a problem. such as I ported u8g2 to Stm32f103c8t6, the Stm32f103c8t6 flash has 64kb, but the fonts data has 200kb or more.....
So can that package the font data into Bin binary(or other?) and store it in external memory, such as TF card or SPIFLASH, and then read the binary data for font loading when needed
such as ..
so , What should I do if possible ?
thanks.
The text was updated successfully, but these errors were encountered: