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.56k stars 1.14k forks source link

TTF font file for clock - no display #1665

Open sub-zerohm opened 2 weeks ago

sub-zerohm commented 2 weeks ago

I passed in all of the options for my panels, which was --led-cols=128 --led-rows=64 --led-row-addr-type-3 --led-slowdown-gpio=4 with FRML436N.TTF as a font, but I have nothing lighting up on the panel. Font is Formal436-BT from diablo 2 chat lobby

hzeller commented 2 weeks ago

TTF fonts are not supported, but BDF is. If you only have a TTF font, then you need to convert to BDF first.

sub-zerohm commented 2 weeks ago

TTF fonts are not supported, but BDF is. If you only have a TTF font, then you need to convert to BDF first.

Thank you, sorry if I missed that in the pages. And thank you for the link