Segment Displays

class ht16k33_seg.Seg14x4(i2c, address=0x70)

Alpha-numeric, 14-segment display.

scroll(self, count=1)

Scroll the display by specified number of places.

put(self, char, index=0)

Put a character at the specified place.

push(self, char)

Scroll the display and add a character at the end.

text(text)

Display the specified text.

number(number)

Display the specified decimal number.

hex(number)

Display the specified hexadecimal number.

class ht16k33_seg.Seg7x4(i2c, address-0x70)

Numeric 7-segment display. It has the same methods as the alphanumeric diplsay, but only supports displaying decimal and hex digits, period and a minus sign.