mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 09:37:25 +00:00
Now it just displays a Matrix/2D list. We can omit manipulations like clear=False. Composing can be done by simply adding two matrices instead. We also drop the compressed format. Instead we could have a helper function that gives you a matrix based on a list of integers in the now-deleted format.