Table of Contents

Class Ili9341

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

Managed driver for Ili9341.

public static class Ili9341
Inheritance
Ili9341
Inherited Members

Properties

GraphicDriver

Gets the graphic driver for the Ili9341 display.

public static GraphicDriver GraphicDriver { get; }

Property Value

GraphicDriver

GraphicDriverWithDefaultManufacturingSettings

Gets the graphic driver without adjusting the manufacturer default settings for the Ili9341 display. Use this driver when you are unsure first.

public static GraphicDriver GraphicDriverWithDefaultManufacturingSettings { 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