Page 1 of 1

Adafruit LED backpacks

Posted: Thu Sep 15, 2016 8:46 pm
by deshipu
I got the edge connector from kitronik some time ago, but didn't really play with the more advanced features. Until today, I decided to port my HT16K33 library for the Adafruit LED backpacks to the Micro:bit. Porting was straightforward enough -- remove cost(), replace i2c.writeto() and i2c.readfrom() with i2c.write() and i2c.read(), etc. The code is at https://bitbucket.org/thesheep/microbit ... ht16k33.py and the result looks something like this:

Re: Adafruit LED backpacks

Posted: Wed Sep 21, 2016 1:46 pm
by deshipu
And I forgot to make the repository public. For everybody who tried to click that link, it should be working now. Sorry about that.