How to create a custom font? #1508
TESSON-MAKER
started this conversation in
General
Replies: 1 comment 2 replies
-
Did you check the FAQ? There are several questions starting from here: Line 245 in c7dc077 Background: U8g2 requires a font in .bdf format. From there the font is converted into a .c file.
Just call setFont() with the font name. Arduino will take care on the rest. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, my name is Paul and I am just new to Arduino programming. For a personal project, my goal is to display the time on my 128 * 64 and I would like to create my own font. How to do ?
During this time, I have already looked at the file listing the different fonts and I don't know how to use it (u8g2_fonts), can you help me?
(I saw the previous discussion about fonts and I'm lost)
Beta Was this translation helpful? Give feedback.
All reactions