jnthas / clockwise

do-it-yourself, full-featured and smart wall clock device
https://clockwise.page
MIT License
304 stars 39 forks source link

Adding support for I2S matrix library #1

Closed witnessmenow closed 3 years ago

witnessmenow commented 3 years ago

Very open for feedback on this, I'm not very familiar with PIO!

The latest version of the I2S matrix library best practice is to init the library in the setup so some config changes can be passed in, this was causing problems where the Locator in the clockface seemed to be returning null for the display object, so I delay the init of everything til after the display is init

jnthas commented 3 years ago

Looks good to me, Brian. Thanks for the contribution.