Table of Contents

Class Sh1106

Namespace
Iot.Device.Ssd13xx
Assembly
Iot.Device.Ssd13xx.dll

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

public class Sh1106 : Ssd1306
Inheritance
Sh1106
Inherited Members

Constructors

Sh1106(I2cDevice, DisplayResolution, DisplayOrientation, int, GpioController, bool)

Initializes a new instance of the Sh1106 class. A single-chip CMOS OLED/PLED driver with controller for organic/polymer light emitting diode dot-matrix graphic display system.

public Sh1106(I2cDevice i2cDevice, Ssd13xx.DisplayResolution res, DisplayOrientation orientation = DisplayOrientation.Landscape, int resetPin = -1, GpioController gpio = null, bool shouldDispose = true)

Parameters

i2cDevice I2cDevice

The I2C device used for communication.

res Ssd13xx.DisplayResolution

Display resolution.

orientation DisplayOrientation

Rotation of the display with reference to the hardware's default orientation.

resetPin int

Reset pin (some displays might be wired to share the microcontroller's reset pin).

gpio GpioController

Gpio Controller.

shouldDispose bool

True to dispose the GpioController.

Sh1106(I2cDevice, int)

Initializes a new instance of the Sh1106 class. A single-chip CMOS OLED/PLED driver with controller for organic/polymer light emitting diode dot-matrix graphic display system.

public Sh1106(I2cDevice i2cDevice, int resetPin = -1)

Parameters

i2cDevice I2cDevice

The I2C device used for communication.

resetPin int

Reset pin (some displays might be wired to share the microcontroller's reset pin).