|
@@ -17,7 +17,7 @@ For the second half of the font we now support up to 11x11 pixel.
|
17
|
17
|
- Export as a `*.bdf` file
|
18
|
18
|
- Use `bdf2u8g.exe` to produce the `.h` file. Examples for the existing fonts are in `make_fonts.bat`.
|
19
|
19
|
- Edit the produced `.h` file to match our needs. Find hints in the `dogm_font_data_.h` files.
|
20
|
|
-- Make a new entry in the font list in `dogm_lcd_implementation.h` before the `#else // fall-back` line:
|
|
20
|
+- Make a new entry in the font list in `ultralcd_impl_DOGM.h` before the `#else // fall-back` line:
|
21
|
21
|
```cpp
|
22
|
22
|
#elif ENABLED(DISPLAY_CHARSET_NEWNAME)
|
23
|
23
|
#include "dogm_font_data_yourfont.h"
|