Small LED Matrix Numbers

Something I did a few (8) years ago on the Ardunio to display two-digit numbers on a 8x8 LED matrix, this is an update to do the same in Micropthon. Numbers have been defined to 3x5 pixels, so for a two-digit number it fits into 8x5 LED grid with spacing, saving some LED Matrix space. Numbers The code for this can be found here numbers.py This original Ardunio code is here.