Ht1632 Class

Definition

HT1632C 32x8 and 24x16 LED Driver

public class Ht1632 : IDisposable
type Ht1632 = class
    interface IDisposable
Public Class Ht1632
Implements IDisposable
Inheritance
Ht1632
Implements

Constructors

Ht1632(Ht1632PinMapping, GpioController, Boolean)

HT1632C 32x8 and 24x16 LED Driver

Properties

Blink

Set if blinking function is on (default is off)

ClockMode

Set clock mode (default is RC-Primary)

ComOption

Set COM option (default is N-MOS open drain output and 8 COM)

Enabled

Set if system oscillator is on. (default is off)

LedOn

Set if LED duty cycle generator is on (default is off)

PwmDuty

Set row PWM duty (1/16 to 16/16, default is 16)

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

WriteCommand(Command[])

Command Mode

WriteData(Byte, Byte[])

WRITE Mode - Successive Address Writing

Extension Methods

ShowImageWith16Com(Ht1632, BitmapImage, Ht1632ImageSending+BrightnessConvertor)

Show image with 16-Com mode

ShowImageWith16Com<TPixel>(Ht1632, Image<TPixel>, Ht1632ImageSending+BrightnessConvertor)

Show image with 16-Com mode

ShowImageWith8Com(Ht1632, BitmapImage, Ht1632ImageSending+BrightnessConvertor)

Show image with 8-Com mode

ShowImageWith8Com<TPixel>(Ht1632, Image<TPixel>, Ht1632ImageSending+BrightnessConvertor)

Show image with 8-Com mode

Applies to