viti95 / ht16k33

Arduino Holtek HT16K33 library
GNU General Public License v3.0
1 stars 0 forks source link
7-segment arduino ht16k33 i2c

Arduino Holtek HT16K33 library

This library is used to allow an Arduino device talk to the Holtek HT16K33 chip to control a 7-segment based display. Uses the I2C port and the Wired library.

HT16K33 image

Device connection

Installation

Copy master folder onto your Arduino library

Usage

Simply import the file 'ht16k33.h' into your .ino

#include "ht16k33.h"

And then define the class, plus initilize it on the setup

HT16K33 HT;
void setup(){
  HT.begin(0x00); // I2C address
}

Examples

It's included one complete example that demostrates how to use the library. Tested and working on this devices: