stm32_file_viewer icon indicating copy to clipboard operation
stm32_file_viewer copied to clipboard

How to make custom font?

Open JuMalIO opened this issue 5 years ago • 3 comments

How to make custom font? I tried using TheDotFactory-0.1.4 but font seems to be random mess. I bet my settings are wrong, but I tried many different combinations and cant find the correct one... Any help?

JuMalIO avatar Feb 11 '20 19:02 JuMalIO

What app do you use to compress font and remove empty bits?

JuMalIO avatar Feb 11 '20 20:02 JuMalIO

There is no app to generate font for that library... Please look on MakiseGUI, it is more advanced GUI lib

11 февр. 2020 г., в 22:29, JuMalIO [email protected] написал(а):

 How to make custom font? I tried using TheDotFactory-0.1.4 but font seems to be random mess. I bet my settings are wrong, but I tried many different combinations and cant find the correct one... Any help?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

SL-RU avatar Feb 11 '20 20:02 SL-RU

I have made TheDotFactory fork and introduced FixedCompact padding type: https://github.com/pavius/the-dot-factory/pull/13/files So now its possible to generate fonts!

But I ended up using TighestFixedDigits padding type and changed SSD1306_Putc function to draw each character with specific width from descriptor table, looks nicer!

JuMalIO avatar Feb 16 '20 19:02 JuMalIO