Download Adlink Matrix Configurable Driver



The MC33879 device is an 8-output hardware configurable, high side/low side switch with 16-bit serial input control using the SPI. MC33880 NXp's MC33880 is an 8-output hardware configurable high side/low side switch with 8-bit serial input control using the SPI, designed for multiple applications. Ranges, and 5 Grms vibration resistance. The entire ADLINK Matrix line undergoes rigorous testing for operational verification. Combining superior processor performance, security and manageability, superior wireless capability, and rich I/O, in a compact and robust package, the ADLINK MXE-5400 is an ideal choice for a wide. Below you can download the latest ADLink Technology Inc. Bios upgrade for your motherboard after signup with the eSupport BIOSAgentPlus service.; You can identify your motherboard using the BIOS ID which is displayed on most computers at bootup. More Powerful X-CORE. The new generation XMOS U208 is an 8 core digital signal processing unit, it has powerful multi-core and multi-threaded processing capabilities, and it is the industry's most advanced USB Class 2.0 digital audio solution by far. NI-DAQmx is an NI instrument driver that controls every aspect of your DAQ system, including signal conditioning, from configuration to programming in LabVIEW to low-level OS and device control. You can build your applications with measurement-specific VIs, functions, data types, and analysis integrations and reliably make faster measurements.

Javascript must be enabled to view full functionality of our site.
Arm® Processors
Arm® MCUs
Power Architecture® Processors
All Processors and MCUs
Audio
Interfaces
Peripherals and Logic
Power Management
Sensors
RF
RFID/NFC
Security and Authentication
Wireless Connectivity
Browse all products
Product Information
Application-Specific Products
Automotive
Mobile
Industrial
Smart City
Smart Home
Communication Infrastructure
Enabling Technologies
NXP Designs

Technical content and expertise to help jump start your design and get you to production faster.

Start your design
Software

Download our latest development and embedded software solutions.

Development Boards

Expedite time-to-market with our extensive lineup of development kits.

Designs

Jump-start your design with proven hardware and software solutions.

Documentation

Get the latest specifications in our technical documentation library.

Training

Further your technical expertise with online and in-person instruction.

Commercial Support and Engineering Services

Get comprehensive paid support to fast-track your product development.

Support
NXP Community

Design ideas, demo videos, quality answers. Connect with NXP professionals and other knowledgeable designers ready to help.

Training
Design Resources

Software, documentation, evaluation tools. The resources to build comprehensive solutions and accelerate your time to market.

Access our design resource library
Our Company
News and Media
Investor Relations
Contact Us
Events
Careers at NXP

We're always looking for passionate and talented people to work with us.

Join our teamedit

LED Matrix is low cost and usually used to display simple numbers and images. Grove - Red LED Matrix w/Driver is the combination of the 20mm 8*8 square LED Matrix - Red and the Grove - LED Matrix Driver. The HT16K33 is a memory mapping and multi-function LED controller driver which allows you to control the LED matrix with our prepared and easy-to-use libraries, or you can create your own library to control it to satisfy your need.

Version¶

Product VersionChangesReleased Date
Grove - Red LED Matrix w/DriverInitialSep 2018

Feature¶

  • Integrated RC oscillator
  • R/W address auto increment
  • Max. 8 x 8 patterns
  • I2C-bus interface

Specification¶

ItemValue
Supply Voltage3.3V / 5V
LED Matrix Dot NO.8 * 8
Operating temperature-40~85℃
Storage temperature-50~125℃
InterfaceI2C
I2C address0x70(defult)
0x71~0x77(configurable)
SizeL: 40mm W: 40mm H: 21mm
Weight17.4g
Package sizeL: 140mm W: 90mm H: 20mm
Gross Weight24g

Note

There are 8 possible I2C address of this grove, from 0x70 to 0x77. The defult I2C address is 0x77. You can change the I2C address by do some soldering as instructed in the below table.

I2C addressConnection
0x70Disconnect: A0 A1 A2
0x71Disconnect: A1 A2, Connect: A0
0x72Disconnect: A0 A2, Connect: A1
0x73Disconnect: A2, Connect: A1 A0
0x74Disconnect: A0 A1, Connect: A2
0x75Disconnect: A1, Connect: A0 A2
0x76Disconnect: A0, Connect: A1 A2
0x77Connect: A0 A1 A2

For example, if I want to change the address to 0x73, I need to connect pad A1,A0 and disconnect pad A2. Then I will get address 0b01110011, that is 0x73.

Typical applications¶

  • Industrial control indicators
  • Digital clocks, thermometers, counters, multimeters
  • Combo sets
  • VCR sets
  • Instrumentation readouts
  • Other consumer applications
  • LED Displays

Hardware Overview¶

Pin Out¶

Platforms Supported¶

ArduinoRaspberry Pi

Getting Started¶

Play With Arduino¶

Materials required

Seeeduino V4.2Base ShieldGrove - Red LED Matrix w/Driver
Get ONE NowGet ONE NowGet ONE Now

Note

1. Please plug the USB cable gently, otherwise you may damage the port. Please use the USB cable with 4 wires inside, the 2 wires cable can't transfer data. If you are not sure about the wire you have, you can click here to buy

2. Each Grove module comes with a Grove cable when you buy. In case you lose the Grove cable, you can click here to buy.

  • Step 1. Connect the Grove - Red LED Matrix w/Driver to port I2C of Grove-Base Shield.

  • Step 2. Plug Grove - Base Shield into Seeeduino.

  • Step 3. Connect Seeeduino to PC via a USB cable.

Software¶

Attention

If this is the first time you work with Arduino, we strongly recommend you to see Getting Started with Arduino before the start.

  • Step 1. Download the Grove_LED_Matrix_Driver_HT16K33 Library from Github.

  • Step 2. Refer to How to install library to install library for Arduino.

  • Step 3. Restart the Arduino IDE. Open the example, you can open it in the following three ways:

    1. Open it directly in the Arduino IDE via the path: File → Examples →Grove - LED Matrix Driver(HT16K33 with 8*8 LED Matrix) → display_bars.

    2. Open it in your computer by click the basic_demo.ino which you can find in the folder XXXXArduinolibrariesGrove_LED_Matrix_Driver_HT16K33⁩examplesdisplay_bars⁩display_bars⁩.ino, XXXX is the location you installed the Arduino IDE.

    3. Or, you can just click the icon in upper right corner of the code block to copy the following code into a new sketch in the Arduino IDE.

Download Adlink Matrix Configurable Driver

Attention

The library file may be updated. This code may not be applicable to the updated library file, so we recommend that you use the first two methods.

Success

If everything goes well, you will be able to see various bars display on the LED matrix.

If you would like to run other examples, you may do similar processes and be able to see different displays.

DIY

Are you willing to let the LED matrix to display the emoji? Now, it is your turn to design your own. Prepare yourself with the above-listed Hardware and Software requirements.

  • Step 1. Use the online LED Matrix Editor to edit and create animations for 8*8 LED matrices.

  • Step 2. Select the LEDs color on the top right corner. In my case, I choose 'red' as I am using the Red LED Matrix.

  • Step 3. Create your own design by simply click on the blank dot.

  • Step 4. Copy the hex file generated according to your design. There are two ways you can do this:

    • copy the hex value in the hex box at the bottom left corner.
    • copy the corresponding code in the Arduino/C code section.
  • Step 5. Create the new '.ino' file under the same folder with other LED Matrix examples and copy below code.
  • Step 6. Upload your project to your seeeduino.

Success

If everything goes well, your LED Matrix will display as below.

Schematic Online Viewer¶

Resources¶

  • [Zip]Grove - LED Matrix Driver(HT16K33) Eagle Files

  • [Zip]Grove_LED_Matrix_Driver_HT16K33 Software Library

  • [PDF]Datasheet HT16K33

Tech Support¶

Please do not hesitate to submit the issue into our forum .