Ssd1306 Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A single-chip CMOS OLED/PLED driver with controller for organic/polymer light emitting diode dot-matrix graphic display system.
public class Ssd1306 : Iot.Device.Ssd13xx.Ssd13xx
type Ssd1306 = class
inherit Ssd13xx
Public Class Ssd1306
Inherits Ssd13xx
- Inheritance
Ssd1306(I2c |
Initializes new instance of Ssd1306 device that will communicate using I2C bus. A single-chip CMOS OLED/PLED driver with controller for organic/polymer light emitting diode dot-matrix graphic display system. |
_i2c |
Underlying I2C device (Inherited from Ssd13xx) |
Dispose() | (Inherited from Ssd13xx) |
Send |
Sends command to the device |
Send |
Sends command to the device |
Send |
Send data to the display controller. (Inherited from Ssd13xx) |
Send |
Send data to the display controller. (Inherited from Ssd13xx) |
Slice |
Acquires span of specific length at specific position in command buffer. If length of the command buffer is too small it will be reallocated. (Inherited from Ssd13xx) |
Slice |
Acquires span of specific length pointing to the command buffer. If length of the command buffer is too small it will be reallocated. (Inherited from Ssd13xx) |
Product | Versions |
---|---|
.NET IoT Libraries | 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |