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
i2cDeviceI2cDeviceThe I2C device used for communication.
resSsd13xx.DisplayResolutionDisplay resolution.
orientationDisplayOrientationRotation of the display with reference to the hardware's default orientation.
resetPinintReset pin (some displays might be wired to share the microcontroller's reset pin).
gpioGpioControllerGpio Controller.
shouldDisposeboolTrue 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)