BiColorBarGraph Class

Definition

Represents a 24-Segment bargraph that can display multiple colors.

public class BiColorBarGraph : Iot.Device.Display.Ht16k33
type BiColorBarGraph = class
    inherit Ht16k33
Public Class BiColorBarGraph
Inherits Ht16k33
Inheritance
BiColorBarGraph

Constructors

BiColorBarGraph(I2cDevice)

Initialize BarGraph display

Fields

_bufferingEnabled

Buffering enabled

(Inherited from Ht16k33)
_i2cDevice

I2C device interface

(Inherited from Ht16k33)
DefaultI2cAddress

HT16K33 default I2C address

(Inherited from Ht16k33)
MaxBrightness

Maximum level of brightness

(Inherited from Ht16k33)

Properties

BlinkRate

Gets or sets display blink rate, also turns on display if turned off

(Inherited from Ht16k33)
Brightness

Gets or sets level of display brightness

(Inherited from Ht16k33)
BufferingEnabled

Gets or sets whether buffering is enabled

(Inherited from Ht16k33)
DisplayOn

Sets screen on/off

(Inherited from Ht16k33)
Item[Int32]

Indexer for bargraph.

Methods

AutoFlush()

Calls Flush() if BufferingEnabled is false

(Inherited from Ht16k33)
Clear()

Clear display buffer

Dispose() (Inherited from Ht16k33)
Fill(LedColor)

Enable all LEDs.

Flush()

Flush buffer to display

Write(ReadOnlySpan<Byte>, Int32)

Write raw data to display buffer

Applies to