Ssd1327 Class

Definition

Represents SSD1327 OLED display

public class Ssd1327 : Iot.Device.Ssd13xx.Ssd13xx
type Ssd1327 = class
    inherit Ssd13xx
Public Class Ssd1327
Inherits Ssd13xx
Inheritance
Ssd1327

Constructors

Ssd1327(I2cDevice)

Initializes new instance of Ssd1327 device that will communicate using I2C bus.

Fields

_i2cDevice

Underlying I2C device

(Inherited from Ssd13xx)

Methods

ClearDisplay()

Clears the display

Dispose() (Inherited from Ssd13xx)
SendCommand(Byte)

Send a command to the display controller.

SendCommand(ISharedCommand)

Sends command to the device

SendCommand(ISsd1327Command)

Sends command to the device

SendData(Byte)

Send data to the display controller.

SendData(Byte[])

Send data to the display controller.

(Inherited from Ssd13xx)
SendData(Span<Byte>)

Send data to the display controller.

(Inherited from Ssd13xx)
SetColumnAddress(Byte, Byte)

Sets column address

SetRowAddress(Byte, Byte)

Sets row address

SliceGenericBuffer(Int32)

Acquires span of specific length pointing to the command buffer. If length of the command buffer is too small it will be reallocated.

(Inherited from Ssd13xx)
SliceGenericBuffer(Int32, Int32)

Acquires span of specific length at specific position in command buffer. If length of the command buffer is too small it will be reallocated.

(Inherited from Ssd13xx)

Applies to