Info to build driver for HT16K33 LED Matrix Backpack

General project help for Adafruit customers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
eugenedakin
 
Posts: 2
Joined: Sun Jun 24, 2018 1:26 pm

Info to build driver for HT16K33 LED Matrix Backpack

Post by eugenedakin »

Hello,

This is my first time posting on the forums and its good to be here!

Where can I find information on how to build my own driver to drive the Ht16K33 LED matrix backpack? I program with Xojo and have made many previous Raspberry Pi drivers for LEDs, IC's, etc. Most of the examples have libraries in other languages. Is there a datasheet for the matrix backpack so that I can program my own driver? I found the HT16K33 datasheet, and the small 1.2" 8x8 ultra bright Yellow-G datasheet, and unfortunately have not found the matrix backpack datasheet (http://adafru.it/1048).


Thanks for your helpful suggestions. :)

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: Info to build driver for HT16K33 LED Matrix Backpack

Post by adafruit_support_mike »

The tutorial for LED backpacks has the HT16K33 datasheet:

https://learn.adafruit.com/adafruit-led ... /downloads

The chip itself is just an I2C device, and you can use our Arduino/Python libraries as working code references:

https://github.com/adafruit/Adafruit_LED_Backpack
https://github.com/adafruit/Adafruit_Py ... D_Backpack

User avatar
eugenedakin
 
Posts: 2
Joined: Sun Jun 24, 2018 1:26 pm

Re: Info to build driver for HT16K33 LED Matrix Backpack

Post by eugenedakin »

Thanks for your reply Mike.

I'll give it a go.

Warm regards.

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

Return to “General Project help”