Click or drag to resize
SSD1306 Class
A driver for the SSD1306 SPI display controller.
Inheritance Hierarchy
SystemObject
  Microsoft.IoT.Devices.DisplaySSD1306

Namespace: Microsoft.IoT.Devices.Display
Assembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class SSD1306 : IClosable, 
	ISpiBasedDevice, IDevice, IStringable

The SSD1306 type exposes the following members.

Constructors
  NameDescription
Public methodSSD1306
Initializes a new instance of the SSD1306 class
Top
Properties
  NameDescription
Public propertyAddressMode
Gets or sets the address mode of the display.
Public propertyChipSelectLine
Gets or sets the chip select line to use on the SPIO controller.
Public propertyControllerName
Gets or sets the name of the SPIO controller to use.
Public propertyDataPin
Gets or sets the data pin for the display.
Public propertyHeight
Gets or sets the height of the display in pixels.
Public propertyPixelFormat
Gets or sets the format of the pixels on the display.
Public propertyPixelsPerPage
Gets or sets the number of pixels per page on the display.
Public propertyResetPin
Gets or sets the reset pin for the display.
Public propertyWidth
Gets or sets the width of the display in pixels.
Top
Methods
  NameDescription
Public methodClearAsync
Clears the display.
Public methodClose
Public methodEquals (Inherited from Object.)
Public methodFlipAsync
Flips the display vertically.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodMirrorAsync
Mirrors the display horizontally.
Public methodResetAsync
Performs a hardware reset of the display
Public methodToString (Inherited from Object.)
Public methodUpdateAsync
Updates the display by writing the display buffer.
Public methodWritePixelAsync
Writes the specified pixel to the display.
Top
See Also