rm-hull / luma.led_matrix

Python module to drive LED Matrices & 7-segment displays (MAX7219) and RGB NeoPixels (WS2812 / APA102)
https://luma-led-matrix.readthedocs.io
MIT License
525 stars 157 forks source link

How to create custom fonts for max7219 display and use it in luma library? #180

Closed TheSeriousProgrammer closed 5 years ago

TheSeriousProgrammer commented 5 years ago

Hello there,

I am currently working on a project in which there is a requirement to show some symbols in the max7219 8x8 display which is connected to a rpi.

I am now currently ready with the hexadecimal codes for each symbol but I don't know how to implement the same through luma library. Is there a way to load such custom hexadecimal codes in luma library? Or do we have any other similar library (compatible with rpi) which provides features to load custom hexadecimal codes for the max7219 8x8 display??

Kindly reply ASAP.

Thanks In Advance

rm-hull commented 5 years ago

Have a look at the discussion in issue #170

TheSeriousProgrammer commented 5 years ago

Yeah thanks that helped a lot !!!