Edit

Share via


Ssd1306 Class

Definition

A single-chip CMOS OLED/PLED driver with controller for organic/polymer light emitting diode dot-matrix graphic display system.

C#
public class Ssd1306 : Iot.Device.Ssd13xx.Ssd13xx
Inheritance
Ssd1306

Constructors

Ssd1306(I2cDevice)

Initializes new instance of Ssd1306 device that will communicate using I2C bus. A single-chip CMOS OLED/PLED driver with controller for organic/polymer light emitting diode dot-matrix graphic display system.

Fields

_i2cDevice

Underlying I2C device

(Inherited from Ssd13xx)

Methods

Dispose() (Inherited from Ssd13xx)
SendCommand(ISharedCommand)

Sends command to the device

SendCommand(ISsd1306Command)

Sends command to the device

SendData(Byte[])

Send data to the display controller.

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

Send data to the display controller.

(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)
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)

Applies to

Product Versions
.NET IoT Libraries 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0