Hello, I am working on a project with an Arduino NANO and an Oled display. I need to use the U8g2lib library because there are some fonts that I really like and I want to use them in a different text size. But this library is too big. Can anyone help me remove other unused fonts from this library? Thanks for the response.
If you dont call or use the fonts, why do you think they would be included ?
When I include library into project only called parts are included? I was thinking that when I use command #include <.xxx.h> a whole xxx library will be copied to project. Now understand. My mistake.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.