bbcmicrobit / PythonEditor

A MicroPython editor for the BBC micro:bit that works with browsers.
https://python.microbit.org/
MIT License
197 stars 130 forks source link

Need more libraries #378

Closed crouse12 closed 3 years ago

crouse12 commented 3 years ago

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?

microbit-carlos commented 3 years ago

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.