-
Notifications
You must be signed in to change notification settings - Fork 60
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
Include fonts individually #32
Include fonts individually #32
Conversation
d09e522
to
0a9a233
Compare
@PaulZC done. Sorry I didn't read your CONTRIBUTING file... ;-) |
Thank you Patrik, |
Hi Patrik (@lutorm ), |
Hi Paul, I didn't do it that way because I don't want to have to make changes to the source file for the library to change which fonts a project is built with. Instead, I'm adding the -DINCLUDE_FONT0 etc to the compiler flags in the Makefiles of the individual projects. |
Hi Patrik, |
Ah, good point. Yeah that would work, too. Do you want me to make that change? |
Yes please - it is just about bedtime here ;-) #if defined(DISABLE_FONT0) // Compiler flag |
I'm extremely constrained on the amount of program space I have so this change makes it possible to not just exclude the large character font but all the others individually.