UNPKG

@thingssdk/ht16k33

Version:

ES6 compatible display driver for Adafruit HT16K33 matrices, 7 segment and 14 segment displays.

12 lines (10 loc) 235 B
/** * The default I2C address */ export const DEFAULT_ADDRESS = 0x70; /** * Commands for the HT16K33 */ export const TURN_OSCILLATOR_ON = 0x21; export const TURN_DISPLAY_ON = 0x81; export const SET_BRIGHTNESS = 0xE0;