bbcmicrobit/PythonEditor

Need more libraries

Closed this issue · 1 comments

I want to show text on Max7219.
image
I found that esp32 and esp8266 have a library, call framebuf.
https://github.com/mcauser/micropython-max7219/blob/master/max7219.py
However, microbit does not have this library, so it can not show text on MAx7219.
http://multiwingspan.co.uk/micro.php?page=max7219
Is it possible to add library "framebuf" on microbit v2?

Thanks for the suggestion @crouse12.
This is a repository for the Python Editor, the MicroPython repo for V2 is this one: https://github.com/microbit-foundation/micropython-microbit-v2

Feel free to reopen an issue over there to discuss this enhancement.