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
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
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
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; }