Class Sh1106
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
I2cDeviceThe I2C device used for communication.
res
Ssd13xx.DisplayResolutionDisplay resolution.
orientation
DisplayOrientationRotation of the display with reference to the hardware's default orientation.
resetPin
intReset pin (some displays might be wired to share the microcontroller's reset pin).
gpio
GpioControllerGpio Controller.
shouldDispose
boolTrue 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)