Matrix8x8Bicolor Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an 8x8 LED matrix using the HT16K33 LED Matrix driver.
public class Matrix8x8Bicolor : Iot.Device.Display.Ht16k33
type Matrix8x8Bicolor = class
inherit Ht16k33
Public Class Matrix8x8Bicolor
Inherits Ht16k33
- Inheritance
Matrix8x8Bicolor(I2c |
Initialize Matrix display |
_buffering |
Buffering enabled (Inherited from Ht16k33) |
_i2c |
I2C device interface (Inherited from Ht16k33) |
DefaultI2c |
HT16K33 default I2C address (Inherited from Ht16k33) |
Max |
Maximum level of brightness (Inherited from Ht16k33) |
Blink |
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) |
Buffering |
Gets or sets whether buffering is enabled (Inherited from Ht16k33) |
Display |
Sets screen on/off (Inherited from Ht16k33) |
Height |
Height of matrix. |
Item[Int32, Int32] |
Indexer for updating matrix. |
Width |
Width of matrix. |
Auto |
Calls Flush() if BufferingEnabled is false (Inherited from Ht16k33) |
Clear() |
Clear display buffer |
Dispose() | (Inherited from Ht16k33) |
Fill(Led |
Enable all LEDs. |
Flush() |
Flush buffer to display |
Write(Read |
Write raw data to display buffer |
Write(Read |
Writes bytes to matrix, row by row |
Toode | Versioonid |
---|---|
.NET IoT Libraries | 2.2.0 |