Table of Contents

Class Ssd1306

Namespace
nanoFramework.UI.GraphicDrivers
Assembly
nanoFramework.Graphics.Ssd1306.dll

Ssd1306 managed graphic driver.

public static class Ssd1306
Inheritance
Ssd1306
Inherited Members

Properties

GraphicDriver

Gets the graphic driver for the Ssd1306 display.

public static GraphicDriver GraphicDriver { get; }

Property Value

GraphicDriver

Height

Default height. Use to overrride the one you'll pass in the screen and add it to the driver.

public static ushort Height { get; }

Property Value

ushort

Width

Default weight. Use to overrride the one you'll pass in the screen and add it to the driver.

public static ushort Width { get; }

Property Value

ushort