hzeller / rpi-rgb-led-matrix

Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO
GNU General Public License v2.0
3.71k stars 1.17k forks source link

.bdf font not working #323

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi, i generated .bdf font of sizr 32x32 using fontforge. This file works fine with rpi-rgb-led-matrix but when i add it to flaschen-taschen there is no display. can i know what may be the possible cause and its remedy

Thanks and Regards, Anirban

hzeller commented 7 years ago

There was a recent fix in how fonts are parsed in rpi-rgb-led-matrix that fixed some issue with certain BDF files. So if you use the text library in FlaschenTaschen, you need to do that there.

So technically this is a bug in FlaschenTaschen, not in this library that does it right, so I am closing it here. Please open a bug in the FlaschenTaschen repo.