enchant97 / micropython-max7219

MicroPython driver for MAX7219 8x8 LED matrix modules, cascadable and with framebuf
https://pypi.org/project/micropython-max7219/
MIT License
5 stars 3 forks source link

(feat) Add support for MAX7219 7-Segments displays #2

Open slabua opened 9 months ago

slabua commented 9 months ago

Does it fit the projects scope?

Why?

Hi, I have temporarily merged your code with that of @JennaSys to provide support for 7-Segment displays, but I really have no time to make it look pretty. Maybe you are interested in having a look at it? There is also another repository that I have used to drive 7-segs at @pdwerryhouse and I thought to eventually merge each useful features of all together, since in the end it is still a MAX7219 driver, whether it is for matrix or 7-segs displays. Feel free to close this if you find it irrelevant, I might have a look into it again in the near future. Thank you in advance.

Solution?

.

Alternatives?

No response

Extra Context

No response

enchant97 commented 9 months ago

@slabua Adding support for these displays is definitely a good idea and fits the project goal! When I get some time I am happy to add this (or accept PRs)

slabua commented 9 months ago

@enchant97 nice thanks, I might also have a look at it again when I have a little time~