I2C Library with HT16K33

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
doylep
 
Posts: 42
Joined: Sun Mar 20, 2016 11:56 pm

I2C Library with HT16K33

Post by doylep »

Hi everyone,

I hope to use the HT16K33 to read from button inputs (as described here: https://learn.adafruit.com/diy-3d-print ... -explained) on a BeagleBone Black. Unfortunately, the Adafruit library is written in C++ for Arduino. Can anyone provide advice on how to translate this library to work in Python on the BeagleBone?

Thanks for your help,
Patton

User avatar
drewfustini
 
Posts: 944
Joined: Sat Dec 26, 2015 1:19 pm

Re: I2C Library with HT16K33

Post by drewfustini »

The Trellis Python library might do what you want:
https://learn.adafruit.com/trellis-pyth ... bone-black

Adafruit Trellis Library For Python
https://github.com/tdicola/Adafruit_Trellis_Python/

It looks like it does support buttons:
https://github.com/tdicola/Adafruit_Tre ... lis.py#L41

User avatar
doylep
 
Posts: 42
Joined: Sun Mar 20, 2016 11:56 pm

Re: I2C Library with HT16K33

Post by doylep »

Excellent! Thanks for your help Drew.

Patton

Locked
Please be positive and constructive with your questions and comments.

Return to “Beagle Bone & Adafruit Beagle Bone products”