pimoroni-pico/micropython/modules/hub75
Phil Howard 0e8c1228af HUB75 MicroPython DMA and PIO
Switch MicroPython HUB75 driver over to DMA/PIO.

TODO:

* Move this into drivers for C++ use too
* Fix hitting "Stop" in Thonny causing rows to stick on the display (this is bad, and should not happen)
* Fix "Stop -> Start" in Thonny causing weird display issues (it's not memory offets, maybe DMA/PIO issues?)
2021-11-22 14:12:18 +00:00
..
lib HUB75 MicroPython DMA and PIO 2021-11-22 14:12:18 +00:00
hub75.c HUB75 MicroPython bindings 2021-11-18 12:51:43 +00:00
hub75.cpp HUB75 MicroPython DMA and PIO 2021-11-22 14:12:18 +00:00
hub75.h HUB75 MicroPython bindings 2021-11-18 12:51:43 +00:00
micropython.cmake HUB75 MicroPython DMA and PIO 2021-11-22 14:12:18 +00:00