SSD1306 Class |
Namespace: Microsoft.IoT.Devices.Display
The SSD1306 type exposes the following members.
Name | Description | |
---|---|---|
AddressMode |
Gets or sets the address mode of the display.
| |
ChipSelectLine |
Gets or sets the chip select line to use on the SPIO controller.
| |
ControllerName |
Gets or sets the name of the SPIO controller to use.
| |
DataPin |
Gets or sets the data pin for the display.
| |
Height |
Gets or sets the height of the display in pixels.
| |
PixelFormat |
Gets or sets the format of the pixels on the display.
| |
PixelsPerPage |
Gets or sets the number of pixels per page on the display.
| |
ResetPin |
Gets or sets the reset pin for the display.
| |
Width |
Gets or sets the width of the display in pixels.
|
Name | Description | |
---|---|---|
ClearAsync |
Clears the display.
| |
Close | ||
Equals | (Inherited from Object.) | |
FlipAsync |
Flips the display vertically.
| |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MirrorAsync |
Mirrors the display horizontally.
| |
ResetAsync |
Performs a hardware reset of the display
| |
ToString | (Inherited from Object.) | |
UpdateAsync |
Updates the display by writing the display buffer.
| |
WritePixelAsync |
Writes the specified pixel to the display.
|