What Determines Which Fonts are Compiled with Sketch? #2113
Fishbone69
started this conversation in
General
Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I know this is a bit stale, but I am just getting to loading some bitmaps into my code and am still wondering if I should use drawXBM or drawXBMP. I think I understand the difference...so is is the tradeoff drawXBMP uses program memory so it is slower than drawXBM? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The difference only applies to AVR uC. Most notable difference is RAM consumption. And yes, it might be slower. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since I am new to programming microcontrollers, can someone point to a good reference on exactly how the U8g2 fonts are stored in memory when a sketch is compiled? I know this is trivial to you guys, but I am trying to figure out the following:
Thank you, smart people!
Fish
Beta Was this translation helpful? Give feedback.
All reactions