tyler314 / led_matrix

Micropython library used to control Adafruit's RGB LED matrix panel.
MIT License
3 stars 1 forks source link

matrix class API #9

Open untzag opened 6 years ago

untzag commented 6 years ago

consider subclassing array.array

use __getitem__ and __setitem__ to change individual pixels

__init__ accepts instance of Microcontroller

untzag commented 6 years ago

consider making Matrix a singleton