Ili9341 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.
The ILI9341 is a QVGA (Quarter VGA) driver integrated circuit that is used to control 240×320 VGA LCD screens.
public class Ili9341 : IDisposable
type Ili9341 = class
interface IDisposable
Public Class Ili9341
Implements IDisposable
- Inheritance
-
Ili9341
- Implements
Ili9341(Spi |
Initializes new instance of ILI9341 device that will communicate using SPI bus. |
Default |
Default frequency for SPI |
Default |
Default mode for SPI |
Clear |
Clears screen |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Fill |
Send filled rectangle to the ILI9341 display. |
Get |
Convert a bitmap into an array of pixel data suitable for sending to the display |
Reset |
Resets the display. |
Send |
Send a bitmap to the Ili9341 display specifying the starting position and destination clipping rectangle. |
Send |
Send a bitmap to the Ili9341 display specifying the starting position and destination clipping rectangle. |
Send |
Send a bitmap to the Ili9341 display specifying the starting position and destination clipping rectangle. |
Send |
Send an array of pixel data to the display. |
Turn |
This command turns the backlight panel off. |
Turn |
This command turns the backlight panel off. |
Product | Versions |
---|---|
.NET IoT Libraries | 2.0.0, 2.1.0 |