From 82f9cece92d21a2bbb177c53d90c686e61171565 Mon Sep 17 00:00:00 2001 From: kraus Date: Wed, 16 May 2018 00:59:02 +0200 Subject: [PATCH] update --- doc/faq.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/faq.txt b/doc/faq.txt index 5a658b59..85e6c9b3 100644 --- a/doc/faq.txt +++ b/doc/faq.txt @@ -179,6 +179,8 @@ variable value inside the loop. Q: How can I generate my own font. A: The font must be available in bdf file format. Then use bdfconv to generate the font data. The font data can be pasted into an existing file of your project. +There is also a nice Windows Bitmap Font Editor "Fony" which can export .bdf files. +A copy of Fony 1.4.7 is available here: https://github.com/olikraus/u8g2/tree/master/tools/font/fony Q: Which commandline options are required for bdfconv? A: "bdfconv -f 1 -m '32-255' -n fontname -o myfont.c myfont.bdf"